@vandrei977/react-native-render-html
Version:
The hackable, full-featured Open Source HTML rendering solution for React Native.
8 lines • 343 B
TypeScript
declare const internalRenderers: {
img: import("./render-types").InternalBlockRenderer;
ul: import("./render-types").InternalBlockRenderer;
ol: import("./render-types").InternalBlockRenderer;
a: import("./render-types").InternalMixedRenderer;
};
export default internalRenderers;
//# sourceMappingURL=internalRenderers.d.ts.map