react-native-svg
Version:
SVG library for react-native
59 lines (53 loc) • 744 B
text/typescript
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,
};