@spaced-out/ui-design-system
Version:
Sense UI components library
114 lines • 2.72 kB
TypeScript
import * as React from 'react';
import type { SubMenuProps } from './';
declare const _default: {
tags: string[];
title: string;
component: import("flow-to-typescript-codemod").Flow.AbstractComponent<SubMenuProps, HTMLDivElement>;
argTypes: {
title: {
type: {
required: boolean;
};
description: string;
table: {
type: {
summary: string;
};
};
};
titleIcon: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
titleIconType: {
description: string;
control: {
type: string;
};
options: string[];
table: {
type: {
summary: string;
};
};
};
titleIconSize: {
control: {
type: string;
};
options: string[];
description: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
classNames: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
onClose: {
description: string;
action: string;
table: {
type: {
summary: string;
};
};
};
showClose: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
};
parameters: {
docs: {
subtitle: string;
description: {
component: string;
};
};
storySource: {
componentPath: string;
};
};
};
export default _default;
export declare const _SubMenu: {
(args: SubMenuProps): React.JSX.Element;
args: {
title: string;
titleIcon: string;
titleIconType: string;
showClose: boolean;
};
};
//# sourceMappingURL=SubMenu.stories.d.ts.map