Files
crypto_trader/frontend/node_modules/@mui/material/styles/slotShouldForwardProp.d.ts

3 lines
101 B
TypeScript
Raw Normal View History

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