UNPKG

ds-smart-ui

Version:

Smart UI is a React component library that helps you build accessible and responsive web applications.

6 lines (5 loc) 159 B
interface HeaderProps { title: string; } declare const Header: ({ title }: HeaderProps) => import("react/jsx-runtime").JSX.Element; export default Header;