@utahdts/utah-design-system
Version:
Utah Design System React Library
9 lines (8 loc) • 371 B
JavaScript
/** @typedef {import('@utahdts/utah-design-system').ComponentColors} ComponentColors */
/** @enum {ComponentColors} */
export const componentColors = {
PRIMARY: /** @type {ComponentColors} */ ('primary'),
SECONDARY: /** @type {ComponentColors} */ ('secondary'),
ACCENT: /** @type {ComponentColors} */ ('accent'),
NONE: /** @type {ComponentColors} */ ('none'),
};