@spaced-out/ui-design-system
Version:
Sense UI components library
168 lines • 4.08 kB
TypeScript
import * as React from 'react';
import type { CheckboxProps } from './Checkbox';
declare const _default: {
tags: string[];
title: string;
component: import("flow-to-typescript-codemod").Flow.AbstractComponent<CheckboxProps, HTMLInputElement>;
argTypes: {
name: {
description: string;
};
value: {
description: string;
name: string;
table: {
type: {
summary: string;
};
};
control: {
disable: boolean;
};
};
checked: {
description: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: boolean;
};
};
};
tabIndex: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: number;
};
};
};
indeterminate: {
name: string;
description: string;
options: boolean[];
control: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: boolean;
};
};
};
disabled: {
name: string;
description: string;
options: boolean[];
control: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: boolean;
};
};
};
focused: {
name: string;
description: string;
options: boolean[];
control: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: boolean;
};
};
};
error: {
name: string;
description: string;
options: boolean[];
control: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: boolean;
};
};
};
classNames: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
children: {
description: string;
table: {
type: {
summary: string;
};
};
};
onChange: {
description: string;
action: string;
type: {
summary: string;
};
};
align: {
description: string;
};
ariaLabel: {
description: string;
table: {
type: {
summary: string;
};
};
};
};
parameters: {
docs: {
subtitle: string;
description: {
component: string;
};
};
storySource: {
componentPath: string;
};
};
};
export default _default;
export declare const _Checkbox: {
(args: CheckboxProps): React.JSX.Element;
args: {
name: string;
disabled: boolean;
focused: boolean;
children: string;
checked: boolean;
error: boolean;
indeterminate: boolean;
value: string;
};
};
//# sourceMappingURL=Checkbox.stories.d.ts.map