@spaced-out/ui-design-system
Version:
Sense UI components library
156 lines • 3.78 kB
TypeScript
import * as React from 'react';
import type { DisclaimerProps } from './';
declare const _default: {
tags: string[];
title: string;
component: import("flow-to-typescript-codemod").Flow.AbstractComponent<import("..").BannerProps, HTMLDivElement>;
argTypes: {
actionText: {
name: string;
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
onAction: {
name: string;
action: string;
description: string;
type: {
summary: string;
};
};
alignment: {
options: string[];
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
dismissable: {
description: string;
name: string;
control: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: boolean;
};
};
};
onCloseClick: {
name: string;
action: string;
description: string;
type: {
summary: string;
};
};
selfDismiss: {
description: string;
name: string;
options: boolean[];
control: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: boolean;
};
};
};
semantic: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
disable: boolean;
};
};
leftIconName: {
name: string;
control: {
type: string;
};
description: string;
table: {
type: {
summary: string;
};
};
};
leftIconType: {
options: string[];
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
children: {
description: string;
table: {
type: {
summary: string;
};
};
};
classNames: {
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 _Disclaimer: {
(args: DisclaimerProps): React.JSX.Element;
args: {
children: string;
};
};
//# sourceMappingURL=Disclaimer.stories.d.ts.map