UNPKG

welcome-ui

Version:

Customizable design system with react, typescript, tailwindcss and ariakit.

6 lines (5 loc) 214 B
import { HeaderProps } from './types'; /** * @name Card.Header */ export declare const Header: import('react').ForwardRefExoticComponent<Omit<HeaderProps, "ref"> & import('react').RefAttributes<HTMLDivElement>>;