UNPKG

@payfit/unity-components

Version:

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