@clerk/clerk-js
Version:
Clerk JS library
6 lines (5 loc) • 296 B
TypeScript
import { Flex } from '../customizables';
import type { PropsOfComponent } from '../styledSystem';
type ApplicationLogoProps = PropsOfComponent<typeof Flex>;
export declare const ApplicationLogo: (props: ApplicationLogoProps) => import("@emotion/react/jsx-runtime").JSX.Element | null;
export {};