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

4 lines
No EOL
256 B
TypeScript

import { PropsFor, SimpleStyleFunction } from "../style/index.js";
declare const positions: SimpleStyleFunction<'zIndex' | 'position' | 'top' | 'right' | 'bottom' | 'left'>;
export type PositionsProps = PropsFor<typeof positions>;
export default positions;