UNPKG

react-native-svg

Version:
9 lines 704 B
import { AstProps, camelCase, JsxAST, Middleware, parse, Styles, SvgAst, SvgFromUri, SvgFromXml, SvgUri, SvgXml, UriProps, UriState, XmlAST, XmlProps, XmlState } from './xml'; import { fetchText } from './utils/fetchData'; export { inlineStyles, loadLocalRawResource, LocalSvg, SvgCss, SvgCssUri, SvgWithCss, SvgWithCssUri, WithLocalSvg, } from './deprecated'; export { camelCase, fetchText, parse, SvgAst, SvgFromUri, SvgFromXml, SvgUri, SvgXml, }; export * from './lib/extract/types'; export * from './elements'; export { default } from './elements'; export type { AstProps, JsxAST, Middleware, Styles, UriProps, UriState, XmlAST, XmlProps, XmlState, }; //# sourceMappingURL=ReactNativeSVG.web.d.ts.map