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