@spaced-out/ui-design-system
Version:
Sense UI components library
144 lines • 3.37 kB
TypeScript
import * as React from 'react';
import type { AccordionPropsType } from './Accordion';
declare const _default: {
tags: string[];
title: string;
component: import("flow-to-typescript-codemod").Flow.AbstractComponent<AccordionPropsType, HTMLDivElement>;
argTypes: {
classNames: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
header: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
id: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
children: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
isOpen: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
disabled: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
showToggle: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
onChange: {
description: string;
control: boolean;
table: {
type: {
summary: string;
};
};
};
onToggle: {
description: string;
control: boolean;
table: {
type: {
summary: string;
};
};
};
};
parameters: {
docs: {
subtitle: string;
description: {
component: string;
};
};
storySource: {
componentPath: string;
};
};
};
export default _default;
export declare const _Default: {
(args: AccordionPropsType): React.ReactNode;
args: {
classNames: {
wrapper: string;
};
id: string;
header: string;
};
};
export declare const _WithToggle: {
(args: AccordionPropsType): React.ReactNode;
args: {
classNames: {
wrapper: string;
};
id: string;
showToggle: boolean;
checked: boolean;
};
};
//# sourceMappingURL=Accordion.stories.d.ts.map