@vnmfify/core
Version:
```shell npm i @vnmfify/core -S ```
6 lines (5 loc) • 392 B
TypeScript
export declare type SpaceDirection = "horizontal" | "vertical";
export declare type SpaceSize = "mini" | "small" | "medium" | "large";
export declare type SpaceJustify = "start" | "center" | "end" | "space-around" | "space-between";
export declare type SpaceWrap = "nowrap" | "wrap" | "wrap-reverse";
export declare type SpaceAlign = "start" | "center" | "end" | "baseline" | "stretch";