UNPKG

@pagopa/mui-italia

Version:

[Material-UI](https://mui.com/core/) theme inspired by [Bootstrap Italia](https://italia.github.io/bootstrap-italia/).

5 lines (4 loc) 167 B
export interface FooterLegalProps { content: JSX.Element | Array<JSX.Element>; } export declare const FooterLegal: ({ content }: FooterLegalProps) => JSX.Element;