UNPKG

@mikezimm/fps-library-v2

Version:

Library of reusable typescript/javascript functions, interfaces and constants

3 lines 274 B
import { ICustViewDef, ICustViewDefKeys } from "../../../interfaces/Views/IListViews"; export declare function getAppropriateViewProp(OrigViewDefs: ICustViewDef[], currentWidth: number, prop: ICustViewDefKeys): boolean; //# sourceMappingURL=getAppropriateViewProp.d.ts.map