UNPKG

@opensig/opendesign

Version:

15 lines (14 loc) 434 B
const SizeTypes = ["large", "medium", "small"]; const DirectionTypes = ["h", "v"]; const PositionTypes = ["left", "right", "top", "bottom"]; const VariantTypes = ["solid", "outline", "text"]; const ColorTypes = ["normal", "primary", "success", "warning", "danger"]; const Color2Types = ["normal", "success", "warning", "danger"]; export { Color2Types, ColorTypes, DirectionTypes, PositionTypes, SizeTypes, VariantTypes };