learning_ai_common_plat/packages/use-theme/src/index.ts
2026-03-29 12:40:06 -07:00

3 lines
121 B
TypeScript

export { useTheme } from './use-theme.js';
export type { Theme, UseThemeOptions, UseThemeReturn } from './use-theme.js';