oak-general-business/lib/components/extraFile/gallery/index.d.ts

75 lines
1.7 KiB
TypeScript

/// <reference types="react" />
declare const _default: (props: import("oak-frontend-base").ReactComponentProps<true, {
removeLater: BooleanConstructor;
autoUpload: {
type: BooleanConstructor;
value: false;
};
maxNumber: {
type: NumberConstructor;
value: number;
};
extension: {
type: ArrayConstructor;
};
fileType: {
type: StringConstructor;
value: string;
};
selectCount: {
type: NumberConstructor;
value: number;
};
sourceType: {
type: ArrayConstructor;
value: string[];
};
mediaType: {
type: ArrayConstructor;
value: string[];
};
mode: {
type: StringConstructor;
value: string;
};
size: {
type: NumberConstructor;
value: number;
};
showUploadList: {
type: BooleanConstructor;
value: true;
};
accept: {
type: StringConstructor;
value: string;
};
preview: {
type: BooleanConstructor;
value: true;
};
disableDelete: {
type: BooleanConstructor;
value: false;
};
disableAdd: {
type: BooleanConstructor;
value: false;
};
disableDownload: {
type: BooleanConstructor;
value: false;
};
type: StringConstructor;
origin: StringConstructor;
tag1: StringConstructor;
tag2: StringConstructor;
entity: StringConstructor;
entityId: StringConstructor;
theme: {
type: StringConstructor;
value: string;
};
}>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
export default _default;