@flanksource/clicky-ui
Version:
Flanksource Clicky UI — React component library built on shadcn/ui with light/dark and density theming.
5 lines • 432 B
TypeScript
export { ThemeProvider, useTheme, type Theme, type ResolvedTheme } from './hooks/use-theme';
export { DensityProvider, useDensity, useDensityValue, type Density } from './hooks/use-density';
export { useSort, type SortDir, type SortState, type UseSortOptions, type UseSortReturn, } from './hooks/use-sort';
export { useHistoryRoute, type UseHistoryRouteOptions } from './hooks/use-history-route';
//# sourceMappingURL=hooks.d.ts.map