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

3 lines
101 B
TypeScript
Raw Normal View History

2024-04-17 13:55:11 +00:00
declare function slotShouldForwardProp(prop: string): boolean;
export default slotShouldForwardProp;