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 a0ae683 commit cb44c9eCopy full SHA for cb44c9e
packages/wizard/src/WizardFooter/WizardFooter.types.ts
@@ -1,18 +1,5 @@
1
import { FormFooterProps } from '@leafygreen-ui/form-footer';
2
3
-export interface WizardFooterProps extends React.ComponentProps<'footer'> {
4
- /**
5
- * Props for the back button (left-most button)
6
- */
7
- backButtonProps?: FormFooterProps['backButtonProps'];
8
-
9
10
- * Props for the cancel button (center button)
11
12
- cancelButtonProps?: FormFooterProps['cancelButtonProps'];
13
14
15
- * Props for the primary button (right-most button)
16
17
- primaryButtonProps: FormFooterProps['primaryButtonProps'];
18
-}
+export interface WizardFooterProps
+ extends React.ComponentProps<'footer'>,
+ FormFooterProps {}
0 commit comments