UNPKG

@dash-ui/styles

Version:

A tiny, powerful, framework-agnostic CSS-in-JS library.

5 lines (4 loc) 235 B
export * from "./create-styles"; export { createDash, styleSheet } from "./create-dash"; export { hash } from "./utils"; export type { Dash, CreateDashOptions, DashSheets, DashStyleSheet, DashStyleSheetOptions, } from "./create-dash";