UNPKG

@noema/motif

Version:

A type-safe styling library for React components built on top of [Vanilla Extract](https://vanilla-extract.style/). `@noema/motif` allows you to create styled components with consistent theme-aware props that cleanly separate styling from component logic.

9 lines (8 loc) 488 B
export { createMotif } from './create-motif.js'; export { motifStyle } from './motif-style.js'; export { motif } from './motif.js'; export type { MotifComponents } from './create-motif.js'; export type { MotifStyle } from './motif-style.js'; export type { CSSPropertiesSubset, Elements, MotifProps, Shorthands, SprinklesFn, SprinklesProps, } from './motif.js'; export { composeRender } from './compose-render.js'; export type { ComposedPrimitive, RenderProp } from './compose-render.js';