@clerk/themes
Version:
Themes for the Clerk auth components
9 lines (8 loc) • 388 B
TypeScript
export { experimental_createTheme } from './createTheme.js';
export { dark } from './themes/dark.js';
export { shadesOfPurple } from './themes/shadesOfPurple.js';
export { neobrutalism } from './themes/neobrutalism.js';
export { shadcn } from './themes/shadcn.js';
export { experimental__simple } from './themes/simple.js';
import '@clerk/types';
import 'node_modules/@clerk/types/dist';