UNPKG

@clerk/clerk-js

Version:
7 lines (6 loc) 234 B
import { type PropsWithChildren } from 'react'; type AnimatedProps = PropsWithChildren<{ asChild?: boolean; }>; export declare const Animated: (props: AnimatedProps) => import("@emotion/react/jsx-runtime").JSX.Element; export {};