@mikezimm/fps-library-v2
Version:
Library of reusable typescript/javascript functions, interfaces and constants
12 lines • 602 B
TypeScript
/// <reference types="react" />
/**
* NOTE: In npmFunctions, RegexXMLOpenProp was in this location.
* import { RegexXMLOpenProp } from '../Services/Regex/constants';
*
* Since the file only had a couple constants, I just brought it in here for easy of use
* NOTE that rest of Strings functions went into fps-JS
*/
export declare const RegexXMLOpenProp: RegExp;
export declare function buildMLineDiv(indent: number, element: string | JSX.Element): JSX.Element;
export declare function getArrayOfXMLElements(thisXMLString: string): JSX.Element[];
//# sourceMappingURL=formating.d.ts.map