UNPKG

redom-components

Version:

Lightweight, reusable UI components built with RE:DOM.

5 lines 111 B
export const LabelPosition = Object.freeze({ BEFORE: 'before', AFTER: 'after', WRAP: 'wrap' });