FrontPastel/node_modules/@mui/material/zero-styled/index.d.ts

4 lines
188 B
TypeScript
Raw Normal View History

2024-04-17 13:55:11 +00:00
import useThemeProps from '../styles/useThemeProps';
export { default as styled } from '../styles/styled';
export declare function createUseThemeProps(name: string): typeof useThemeProps;