UNPKG

458 BTypeScriptView Raw
1import { ClassNameCreator, ConfigurationOptions, ThemeResolver } from '@beamwind/types';
2export { createInstance, cssomInjector, cyrb32, noOpInjector, noprefix, strict, virtualInjector, warn } from '@beamwind/core';
3
4declare const bw: ClassNameCreator;
5declare const setup: (options?: ConfigurationOptions | ConfigurationOptions[] | undefined) => void;
6declare const theme: ThemeResolver;
7
8export { bw, setup, theme };
9//# sourceMappingURL=beamwind.d.ts.map