UNPKG

beamwind

Version:

ready to go beamwind tailwind theme and preflight

10 lines (7 loc) 458 B
import { ClassNameCreator, ConfigurationOptions, ThemeResolver } from '@beamwind/types'; export { createInstance, cssomInjector, cyrb32, noOpInjector, noprefix, strict, virtualInjector, warn } from '@beamwind/core'; declare const bw: ClassNameCreator; declare const setup: (options?: ConfigurationOptions | ConfigurationOptions[] | undefined) => void; declare const theme: ThemeResolver; export { bw, setup, theme }; //# sourceMappingURL=beamwind.d.ts.map