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