UNPKG

@clerk/clerk-js

Version:
3 lines (2 loc) 279 B
export declare function assertNoLegacyProp(props: Record<string, any>): void; export declare function warnForNewPropShadowingLegacyProp(newKey: string | undefined, newValue: string | undefined | null, legacyKey: string | undefined, legacyValue: string | undefined | null): void;