UNPKG

react-help-desk-tailwindcss-ts

Version:

Help desk component for React with Tailwindcss in TypeScript

8 lines (7 loc) 174 B
import { default as React } from 'react'; interface HeaderProps { className?: string; title: string; } export declare const Header: React.FC<HeaderProps>; export {};