gather-content-ui
Version:
GatherContent UI Library
15 lines • 377 B
TypeScript
import LogoComponent from "../../lib/Logo";
declare const _default: {
title: string;
component: typeof LogoComponent;
};
export default _default;
export declare const Logo: {
(): import("react/jsx-runtime").JSX.Element;
parameters: {
controls: {
hideNoControlsWarning: boolean;
};
};
};
//# sourceMappingURL=Logo.stories.d.ts.map