import { PropsFor, positions } from "../Box/index.js";
export type PositionsProps = PropsFor<typeof positions>;
export default positions;