UNPKG

welcome-ui

Version:

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

6 lines (5 loc) 228 B
import { HeaderProps } from './types'; export declare const Header: { ({ action, className, iconName, onBackButtonClick, subtitle, title, }: HeaderProps): import("react/jsx-runtime").JSX.Element; displayName: string; };