2026-03-09 06:28:03 +00:00

4 lines
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;