UNPKG

galileo-ui

Version:

My Design System Components

10 lines (9 loc) 247 B
/// <reference types="react" /> interface HeaderProps { title: string; logoSrc: string; width?: string; height?: string; } export declare function StkHeader({ title, logoSrc, width, height, }: HeaderProps): JSX.Element; export {};