Files
Checkmate/node_modules/@mui/material/styles/slotShouldForwardProp.d.ts
2024-05-05 11:21:00 +03:30

3 lines
101 B
TypeScript

declare function slotShouldForwardProp(prop: string): boolean;
export default slotShouldForwardProp;