UNPKG

galileo-ui

Version:

My Design System Components

7 lines (6 loc) 160 B
/// <reference types="react" /> interface HeaderProps { title: string; } export declare function StkHeader({ title }: HeaderProps): JSX.Element; export {};