We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 305fc51 commit 17bd858Copy full SHA for 17bd858
redisinsight/ui/src/components/base/forms/buttons/EmptyButton.tsx
@@ -10,7 +10,7 @@ export type ButtonProps = React.ComponentProps<typeof TextButton> & {
10
iconSide?: 'left' | 'right'
11
loading?: boolean
12
size?: 'small' | 'large' | 'medium'
13
- justify?: (typeof justifyValues)[number]
+ justify?: FlexProps['justify']
14
}
15
export const EmptyButton = ({
16
children,
0 commit comments