@xylabs/react-appbar
Version:
Common React library for all XY Labs projects that use React
9 lines • 649 B
TypeScript
import type { Meta } from '@storybook/react-vite';
import { AppBarEx } from './AppBarEx.tsx';
import type { AppBarExProps } from './AppBarExProps.tsx';
declare const StorybookEntry: Meta<typeof AppBarEx>;
declare const Empty: import(".store/storybook-virtual-ae2e92fa55/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, AppBarExProps>;
declare const WithMenu: import(".store/storybook-virtual-ae2e92fa55/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, AppBarExProps>;
export { Empty, WithMenu };
export default StorybookEntry;
//# sourceMappingURL=AppBarEx.stories.d.ts.map