UNPKG

@pagopa/mui-italia

Version:

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

6 lines (5 loc) 199 B
/// <reference types="react" /> export interface FooterLegalProps { content: JSX.Element | Array<JSX.Element>; } export declare const FooterLegal: ({ content }: FooterLegalProps) => JSX.Element;