react-native-svg
Version:
SVG library for react-native
6 lines • 360 B
TypeScript
export declare const camelCaseToDashed: (camelCase: string) => string;
export declare const getBoundingClientRect: (node: SVGElement) => DOMRect;
export declare function remeasure(this: any): void;
export declare function encodeSvg(svgString: string): string;
export declare const getAttributeName: (attr: string) => string;
//# sourceMappingURL=index.d.ts.map