UNPKG

jiro-ui

Version:

A Mithril.js UI library based from construct-ui

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