welcome-ui
Version:
Customizable design system with react, typescript, tailwindcss and ariakit.
10 lines (9 loc) • 739 B
TypeScript
import { Ref } from 'react';
import { ItemProps } from './types';
export declare const Item: import('../../utils').FunctionComponentWithAs<"button", ItemProps>;
export declare const ItemContent: import('react').ForwardRefExoticComponent<Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
ref?: Ref<HTMLDivElement>;
}, "ref"> & import('react').RefAttributes<HTMLDivElement>>;
export declare const ItemDescription: import('react').ForwardRefExoticComponent<Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
ref?: Ref<HTMLDivElement>;
}, "ref"> & import('react').RefAttributes<HTMLDivElement>>;