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