Files
nodeMap/node_modules/@mui/system/shadows/shadows.d.ts

4 lines
98 B
TypeScript

import { PropsFor, shadows } from '../Box';
export type ShadowsProps = PropsFor<typeof shadows>;