Skip to content

Commit

Permalink
resolve type error in react button
Browse files Browse the repository at this point in the history
  • Loading branch information
mggower committed Nov 6, 2023
1 parent fb317d3 commit f13a881
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bindings/react/button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export type Props = {
group?: 'top' | 'middle' | 'bottom'
title?: string
onClick?: () => void
children?: React.ReactNode
}

const STYLE = {
Expand Down

0 comments on commit f13a881

Please sign in to comment.