UNPKG

@veracity/vui

Version:

Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.

10 lines (9 loc) 313 B
import { AnyString } from "../utils/types.js"; import "../utils/index.js"; import { VuiTheme } from "../theme/types.js"; import "../theme/index.js"; //#region src/system/colors.d.ts type ColorGetter = keyof VuiTheme['colors'] | AnyString; //#endregion export { ColorGetter }; //# sourceMappingURL=colors.d.ts.map