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

14 lines
513 B
TypeScript

import { EntityDict } from '../../../oak-app-domain';
import { EntityDict as BaseEntityDict } from 'oak-domain/lib/types/Entity';
import { ReactComponentProps } from 'oak-frontend-base';
declare const _default: <ED2 extends EntityDict & BaseEntityDict, T2 extends keyof ED2>(props: ReactComponentProps<ED2, T2, true, {
type: string;
origin: string;
tag1: string;
tag2: string;
entity: keyof ED2;
entityId: string;
imgUrls: string[];
}>) => React.ReactElement;
export default _default;