UNPKG

urbi-exhibitions

Version:
7 lines (6 loc) 274 B
interface IAnimatedContainerProps { children: React.ReactElement | null; className?: string; } export declare const AnimatedContainer: import('react').MemoExoticComponent<({ children, className }: IAnimatedContainerProps) => import("react").JSX.Element>; export {};