UNPKG

jiro-ui

Version:

A Mithril.js UI library based from construct-ui

8 lines (6 loc) 167 B
export const Align = { LEFT: 'left' as 'left', CENTER: 'center' as 'center', RIGHT: 'right' as 'right' }; export type Align = typeof Align[keyof typeof Align];