#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 ModalFooterThemeConfig
extends StandardThemeConfig<ModalFooterStyleKeys, ModalFooterProps> {}

#Props

#Local Props

NameTypeDescription
childrenReact.ReactNode

#Full Props

export interface ModalFooterProps
extends BoxProps,
StandardComponentProps,
LocalModalFooterProps {}