MCPcopy
hub / github.com/premieroctet/openchakra / Props

Interface Props

src/components/inspector/ActionButton.tsx:10–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8} from '@chakra-ui/react'
9
10interface Props
11 extends Omit<TooltipProps, 'label' | 'aria-label' | 'children' | 'onClick'> {
12 icon: IconButtonProps['icon']
13 label: string
14 as?: As
15 isLoading?: boolean
16 onClick?: IconButtonProps['onClick']
17 colorScheme?: IconButtonProps['colorScheme']
18}
19
20const ActionButton = ({
21 icon,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected