Skip to main content

Interface: FooterProps

Footer.FooterProps

Indexable

▪ [p: string]: any

Any other properties

Properties

className

Optional className: string

Overrides or extends the styles applied to the component.

Default

null

Defined in

packages/react-ui/src/components/Footer/Footer.tsx:31


endActions

Optional endActions: ReactNode

Actions to be inserted at the end

Default

null

Defined in

packages/react-ui/src/components/Footer/Footer.tsx:49


Optional menu: SCCustomMenuType

Custom Menu object to render in the footer

Default

null

Defined in

packages/react-ui/src/components/Footer/Footer.tsx:37


startActions

Optional startActions: ReactNode

Actions to be inserted at the start

Default

null

Defined in

packages/react-ui/src/components/Footer/Footer.tsx:43