@mikezimm/fps-library-v2
Version:
Library of reusable typescript/javascript functions, interfaces and constants
16 lines (14 loc) • 941 B
TypeScript
/**
* CodeAnalizerComment: Updated 1 imports on 2024-09-22 14:49:52
* Update:: import { IAnySourceItem } to '@mikezimm/fps-core-v7/lib/components/molecules/AnyContent/IAnyContent;'
*/
/**
* CodeAnalizerComment: Updated 2 imports on 2024-09-21 23:07:24
* Update:: import { IAnySourceItem } to '@mikezimm/fps-core-v7/lib/components/molecules/AnyContent/IAnyContent;'
* Update:: import { IItemIsAKeys } to '@mikezimm/fps-core-v7/lib/components/molecules/AnyContent/IsA/IFPSItemIsA;'
*/
import * as React from 'react';
import { IAnySourceItem } from '@mikezimm/fps-core-v7/lib/components/molecules/AnyContent/IAnyContent';
import { IItemIsAKeys } from '@mikezimm/fps-core-v7/lib/components/molecules/AnyContent/IsA/IFPSItemIsA';
export declare function createItemHighlights(item: IAnySourceItem, style: React.CSSProperties, surpressIsAKeys: IItemIsAKeys[]): JSX.Element;
//# sourceMappingURL=createItemHighlights.d.ts.map