/** * Flux UI — Main Package Export * ============================= * Re-exports all design tokens and related types. * * Usage: * import { tokens } from '@vialiq/flux-ui'; * const color = tokens.colors.primary; // "var(--vi-color-primary)" */ export * from './tokens/index'; //# sourceMappingURL=index.d.ts.map