MCPcopy Create free account
hub / github.com/editablejs/editable / Button

Interface Button

packages/ui/src/button.tsx:5–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4type ButtonType = 'default' | 'primary' | 'text'
5export interface Button {
6 disabled?: boolean
7 children?: React.ReactNode
8 htmlType?: 'button' | 'submit' | 'reset'
9 type?: 'primary' | 'default' | 'text'
10 icon?: React.ReactNode
11 shape?: 'circle' | 'round'
12 size?: 'small' | 'default' | 'large'
13}
14
15const StyledButton = styled.button(
16 ({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…