gather-content-ui
Version:
GatherContent UI Library
11 lines • 345 B
TypeScript
import { Layout as LayoutComponent } from "../../lib";
declare const _default: {
title: string;
component: typeof LayoutComponent;
args: {
isOpen: boolean;
};
};
export default _default;
export declare function Layout({ isOpen }: any): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=Layout.stories.d.ts.map