UNPKG

@clerk/clerk-js

Version:
7 lines (6 loc) 329 B
import type { Appearance } from '@clerk/types'; /** * Extracts cssLayerName from theme/baseTheme and moves it to appearance level. * Handles both the new 'theme' property and deprecated 'baseTheme' property. */ export declare function processCssLayerNameExtraction(appearance: Appearance | undefined): Appearance | undefined;