UNPKG

175 BTypeScriptView Raw
1import { FunctionComponent } from 'react';
2export interface StorybookLogoProps {
3 alt: string;
4}
5export declare const StorybookLogo: FunctionComponent<StorybookLogoProps>;