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

Interface BubbleInputProps

packages/ui/src/switch.tsx:126–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124
125type InputProps = React.ComponentPropsWithoutRef<'input'>
126interface BubbleInputProps extends Omit<InputProps, 'checked'> {
127 checked: boolean
128 control: HTMLElement | null
129 bubbles: boolean
130}
131
132const BubbleInput = (props: BubbleInputProps) => {
133 const { control, checked, bubbles = true, ...inputProps } = props

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…