@atlrdsgn/kit
Version:
An ever–expanding library of React components, primitives, and tools
8 lines • 963 B
TypeScript
export { kit, themes, type Kit, type Themes, type Theme, type BaseThemeColour, type DarkThemeColour, type ThemeColour, type ColorTypes, } from './theme';
export { useTheme, KitContext, KitProvider, type KitProviderProps, type KitContextValue, type KitMode, } from './provider';
export { atoms, sprinkles, mapResponsiveValue, mapColorValue, breakpoints, blurz, colorModeStyle, type Atoms, type Sprinkles, type OptionalResponsiveValue, type RequiredResponsiveObject, type RequiredResponsiveValue, type OptionalResponsiveObject, type Breakpoint, type Blurz, type BlurzTheme, } from './css';
export { KitIcon, type KitIconComponent, type IconElement, type SVGKit, type SVGVariants, type IconProps, type SVGIconProps, type SVGIconVariants, } from './icons';
export { useWindowSize, } from './hooks';
export { composeRefs, useComposedRefs } from './utils/use-composed-refs';
export { createKitClass } from './utils/create-kit-class';
//# sourceMappingURL=index.d.ts.map