1
0
Fork 0
react-playground/node_modules/@mui/system/shadows/shadows.d.ts

4 lines
No EOL
200 B
TypeScript

import { PropsFor, SimpleStyleFunction } from "../style/index.js";
declare const shadows: SimpleStyleFunction<'boxShadow'>;
export type ShadowsProps = PropsFor<typeof shadows>;
export default shadows;