UNPKG

ds-smart-ui

Version:

Smart UI v1.0.5 — A production-ready React component library by PT Praisindo Teknologi. Covers inputs, navigation, data display, feedback, and layout with a unified design system, semantic Typography tokens, and full Storybook documentation.

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