@mikezimm/fps-library-v2
Version:
Library of reusable typescript/javascript functions, interfaces and constants
14 lines • 549 B
TypeScript
/// <reference types="react" />
import { IDefIcon } from './IElements';
export interface IColoredLine {
color: string | number | any;
height: string | number;
}
export declare const ColoredLine: (props: IColoredLine) => JSX.Element;
export declare const defProjectIconStyle: IDefIcon;
export declare function ProjectTitleElement(item: any): any;
export declare function MyIcon(item: any, defIcon: IDefIcon): any;
export declare const MySpan: (item: any) => {
render: (item: any) => any;
};
//# sourceMappingURL=draw.d.ts.map