UNPKG

welcome-ui

Version:

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

3 lines (2 loc) 192 B
import { HeaderProps } from './types'; export declare const Header: ({ action, className, icon, onBackButtonClick, subtitle, title, }: HeaderProps) => import("react/jsx-runtime").JSX.Element;