oak-frontend-base/lib/components/entityPicker/index.d.ts

10 lines
395 B
TypeScript

/// <reference types="react" />
declare const _default: (props: import("../..").ReactComponentProps<true, {
entity: StringConstructor;
multiple: BooleanConstructor;
onSelect: FunctionConstructor;
title: FunctionConstructor;
titleLabel: StringConstructor;
}>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
export default _default;