UNPKG

@shko.online/lookupobjects-mock

Version:

Mocking Dataverse Lookup Objects to simplify writing soties for PCF components

12 lines (11 loc) 504 B
/// <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