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