@mikezimm/fps-library-v2
Version:
Library of reusable typescript/javascript functions, interfaces and constants
10 lines (9 loc) • 553 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;'
*/
/// <reference types="react" />
import { IAnySourceItem } from '@mikezimm/fps-core-v7/lib/components/molecules/AnyContent/IAnyContent';
export type IItemCountType = 'H' | 'V';
export declare function createContentItemCount(item: IAnySourceItem, CountType: IItemCountType, thickPx?: number): JSX.Element;
//# sourceMappingURL=createContentItemCount.d.ts.map