UNPKG

@payfit/unity-components

Version:

7 lines (6 loc) 408 B
import { ReactNode } from 'react'; export type IllustrationProps = { children: ReactNode; }; export declare const illustration: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, string[], {} | {}, undefined, import('tailwind-variants').TVReturnTypeLike<unknown, undefined>>; export declare const Illustration: ({ children }: IllustrationProps) => import("react/jsx-runtime").JSX.Element;