@spaced-out/ui-design-system
Version:
Sense UI components library
82 lines • 2.01 kB
TypeScript
import * as React from 'react';
import type { FileBlockProps } from './FileBlock';
declare const _default: {
title: string;
tags: string[];
component: import("flow-to-typescript-codemod").Flow.AbstractComponent<FileBlockProps, HTMLDivElement>;
argTypes: {
classNames: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
fileObject: {
description: string;
control: {
type: string;
};
};
onFileRefreshClick: {
description: string;
action: string;
table: {
type: {
summary: string;
};
};
};
handleFileClear: {
description: string;
action: string;
table: {
type: {
summary: string;
};
};
};
showRemoveFile: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
};
parameters: {
docs: {
subtitle: string;
description: {
component: string;
};
};
};
};
export default _default;
export declare const _Anatomy: {
(args: FileBlockProps): React.JSX.Element;
args: {
fileObject: {
file: File;
success: boolean;
progress: null;
reject: boolean;
rejectReason: string;
showReUpload: boolean;
id: string;
};
};
};
//# sourceMappingURL=FileBlock.stories.d.ts.map