@spaced-out/ui-design-system
Version:
Sense UI components library
300 lines • 7.29 kB
TypeScript
import * as React from 'react';
import type { FilterButtonOverlayProps } from './';
declare const _default: {
tags: string[];
title: string;
component: import("flow-to-typescript-codemod").Flow.AbstractComponent<FilterButtonOverlayProps, HTMLDivElement>;
argTypes: {
onClick: {
description: string;
action: string;
table: {
type: {
summary: string;
};
};
};
classNames: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
iconLeftName: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
iconLeftType: {
description: string;
options: string[];
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
elevation: {
description: string;
control: {
type: string;
};
options: unknown[];
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
iconRightName: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
iconRightType: {
description: string;
options: string[];
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
type: {
options: unknown[];
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
actionType: {
options: unknown[];
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
buttonSize: {
description: string;
options: unknown[];
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
disabled: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
isLoading: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
buttonIsFluid: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
buttonLabel: {
description: string;
table: {
type: {
summary: string;
};
};
};
ariaLabel: {
control: {
type: string;
};
description: string;
table: {
type: {
summary: string;
};
};
};
anchorPosition: {
options: unknown[];
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
positionStrategy: {
options: unknown[];
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
clickAwayRef: {
type: {
optional: boolean;
};
description: string;
table: {
type: {
summary: string;
};
};
};
isFluid: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
size: {
description: string;
control: {
type: string;
};
options: string[];
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
};
parameters: {
docs: {
subtitle: string;
description: {
component: string;
};
};
storySource: {
componentPath: string;
};
};
};
export default _default;
export declare const _FilterButtonOverlay: {
(args: FilterButtonOverlayProps): React.JSX.Element;
args: {
buttonLabel: string;
buttonSize: string;
iconLeftName: string;
type: string;
classNames: {
overlayContainer: string;
};
};
};
export declare const _FilterButtonOverlayWithAutoClose: {
(args: FilterButtonOverlayProps): React.JSX.Element;
args: {
buttonLabel: string;
buttonSize: string;
iconLeftName: string;
type: string;
classNames: {
overlayContainer: string;
};
};
};
//# sourceMappingURL=FilterButtonOverlay.stories.d.ts.map