@clerk/clerk-js
Version:
Clerk JS library
7 lines (6 loc) • 329 B
TypeScript
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;