@wener/console
Version:
Base console UI toolkit
14 lines (10 loc) • 382 B
text/typescript
export { getGlobalStates, setGlobalStates } from '@wener/utils';
export type * from './types';
export { isProd, isDev, isBuilding } from './const';
export { cn } from './utils/cn';
export {
type UserAgentPreferences,
getUserAgentPreferences,
useUserAgentPreferences,
} from './utils/UserAgentPreference';
export { getPrefersColorSchema } from './utils/getPrefersColorSchema';