UNPKG

construct-ui

Version:
7 lines (6 loc) 161 B
export declare const Align: { LEFT: "left"; CENTER: "center"; RIGHT: "right"; }; export declare type Align = typeof Align[keyof typeof Align];