UNPKG

@clerk/themes

Version:

Themes for the Clerk auth components

3 lines (2 loc) 185 B
import type { InternalTheme, InternalThemeFoundations } from './defaultFoundations'; export declare const createInternalTheme: (foundations: InternalThemeFoundations) => InternalTheme;