diff --git a/src/bindings/react/button.ts b/src/bindings/react/button.ts index 51bae3f0..84f5bb02 100644 --- a/src/bindings/react/button.ts +++ b/src/bindings/react/button.ts @@ -6,6 +6,7 @@ export type Props = { group?: 'top' | 'middle' | 'bottom' title?: string onClick?: () => void + children?: React.ReactNode } const STYLE = {