Blame view

天文台pc/tianwentai-ui/node_modules/@mui/system/shadows/shadows.d.ts 200 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
  import { PropsFor, SimpleStyleFunction } from "../style/index.js";
  declare const shadows: SimpleStyleFunction<'boxShadow'>;
  export type ShadowsProps = PropsFor<typeof shadows>;
  export default shadows;