#ModalFooter
import ModalFooter from "@poodle/ui/ModalFooter";
Please check modal document to see the example usage.
#Theming
Please check theming component document here.
export interface ModalFooterThemeConfigextends StandardThemeConfig<ModalFooterStyleKeys, ModalFooterProps> {}
#Props
#Local Props
Name | Type | Description |
---|---|---|
children | React.ReactNode |
#Full Props
export interface ModalFooterPropsextends BoxProps,StandardComponentProps,LocalModalFooterProps {}