UNPKG

construct-ui

Version:
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];