UNPKG

@clerk/clerk-js

Version:
6 lines (5 loc) 296 B
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 {};