UNPKG

@spaced-out/ui-design-system

Version:
96 lines 2.27 kB
import * as React from 'react'; import type { SideMenuLinkProps } from './SideMenuLink'; declare const _default: { tags: string[]; title: string; argTypes: { pageNameKey: { options: string[]; type: { required: boolean; }; description: string; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; selectedValue: { name: string; description: string; table: { type: { summary: string; }; }; control: { disable: boolean; }; }; customTitle: { name: string; control: { type: string; }; description: string; table: { type: { summary: string; }; }; }; opened: { description: string; options: boolean[]; control: string; table: { type: { summary: string; }; }; defaultValue: { summary: boolean; }; }; status: { options: unknown[]; description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; }; parameters: { docs: { subtitle: string; description: { component: string; }; }; storySource: { componentPath: string; }; }; }; export default _default; export declare const _SideMenuLink: { (args: SideMenuLinkProps): React.JSX.Element; args: { opened: boolean; pageNameKey: string; selectedValue: string; }; }; //# sourceMappingURL=SideMenuLink.stories.d.ts.map