Rezervacije/node_modules/@mui/system/esm/shadows/shadows.d.ts

3 lines
129 B
TypeScript

import { PropsFor, shadows } from "../Box/index.js";
export type ShadowsProps = PropsFor<typeof shadows>;
export default shadows;