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