UNPKG

@elacity-js/uikit

Version:

React / Material UI Design kit for Elacity project

20 lines (19 loc) 415 B
import { Theme } from '@mui/material/styles'; export default function Footer(theme: Theme): { Footer: { defaultProps: { position: string; }; styleOverrides: { root: {}; }; variants: { props: { position: string; }; style: { position: string; }; }[]; }; };