UNPKG

@mikezimm/fps-core-v7

Version:

Library of reusable core interfaces, types and constants migrated from fps-library-v2

5 lines 400 B
import { IAnySourceItem } from "../../AnyContent/IAnyContent"; import { ISourceProps } from "../../source-props/ISourceProps"; export declare function addSearchFileDataItems(items: IAnySourceItem[], sourceProps: ISourceProps): IAnySourceItem[]; export declare function addSearchFileData(item: IAnySourceItem, sourceProps: ISourceProps): IAnySourceItem; //# sourceMappingURL=addSearchFile.d.ts.map