@shko.online/lookupobjects-mock
Version:
Mocking Dataverse Lookup Objects to simplify writing soties for PCF components
11 lines • 502 B
TypeScript
/// <reference types="powerapps-component-framework" />
/// <reference types="react" />
import { MetadataDB } from '@shko.online/componentframework-mock';
declare function MultiEntityFilter({ entityTypes, db, results, searchByEntityRecords, }: {
entityTypes: string[];
db: MetadataDB;
results: ComponentFramework.LookupValue[];
searchByEntityRecords: (entity?: string) => void;
}): JSX.Element;
export default MultiEntityFilter;
//# sourceMappingURL=MultiEntityFilter.d.ts.map