/// import { MQ } from '../utils/style/types'; import { LogicalProps } from '../utils/logical-properties'; export type StackChildProps = { order?: MQ; alignSelf?: MQ; children?: React.ReactNode | string; } & LogicalProps; //# sourceMappingURL=types.d.ts.map