@payfit/unity-components
Version:
7 lines (6 loc) • 423 B
TypeScript
import { ReactNode } from 'react';
export type ContentProps = {
children: ReactNode;
};
export declare const content: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, string[], {} | {}, undefined, import('tailwind-variants').TVReturnType<unknown, undefined, string[], unknown, unknown, undefined>>;
export declare const Content: ({ children }: ContentProps) => import("react/jsx-runtime").JSX.Element;