UNPKG

@clerk/clerk-js

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