init 3
This commit is contained in:
4
node_modules/@mui/system/esm/shadows/shadows.d.ts
generated
vendored
Normal file
4
node_modules/@mui/system/esm/shadows/shadows.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import { PropsFor, SimpleStyleFunction } from "../style/index.js";
|
||||
declare const shadows: SimpleStyleFunction<'boxShadow'>;
|
||||
export type ShadowsProps = PropsFor<typeof shadows>;
|
||||
export default shadows;
|
||||
Reference in New Issue
Block a user