4 lines
No EOL
256 B
TypeScript
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; |