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.

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