UNPKG

react-layout-kit

Version:
7 lines (6 loc) 556 B
import type { FlexDirection } from './type'; export declare const getFlexDirection: (direction?: FlexDirection, isHorizontal?: boolean) => "row" | "row-reverse" | "column" | "column-reverse"; export declare const isSpaceDistribution: (distribution?: string) => any; export declare const isHorizontal: (direction?: FlexDirection, isHorizontal?: boolean) => boolean; export declare const isVertical: (direction?: FlexDirection, isHorizontal?: boolean) => boolean; export declare const getCssValue: (value: string | number | undefined) => string | undefined;