UNPKG

@utahdts/utah-design-system

Version:
9 lines (8 loc) 371 B
/** @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'), };