UNPKG

@payfit/unity-components

Version:

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