FrontPastel/node_modules/@mui/material/styles/rootShouldForwardProp.d.ts

3 lines
102 B
TypeScript
Raw Normal View History

2024-04-17 13:55:11 +00:00
declare const rootShouldForwardProp: (prop: string) => boolean;
export default rootShouldForwardProp;