UNPKG

arto

Version:

Arto is a flexible and type-safe class name management library for building scalable UIs with variants, states, and conditional styling.

6 lines 215 B
export type * from './types'; export { arto } from './arto'; export * from './plugin-interface'; export * from './classname-builder'; export { normalizeClassName } from './utils'; //# sourceMappingURL=index.d.ts.map