@vandrei977/react-native-render-html
Version:
The hackable, full-featured Open Source HTML rendering solution for React Native.
5 lines • 576 B
TypeScript
export type DebugType = 'noSource' | 'contentWidth' | 'outdatedUriProp' | 'outdatedHtmlProp' | 'outdatedListPrefixRenderersProps' | 'outdatedImagesDimensions' | 'outdatedOnLinkPressProp' | 'outdatedEnableExperimentalPercentWidth' | 'outdatedIgnoreNodesFunction' | 'outdatedAlterNode' | 'outdatedAlterChildren' | 'outdatedAlterData' | 'outdatedComputeImagesMaxWidth' | 'outdatedTriggerTREInvalidation';
declare let debugMessage: Record<DebugType, string>;
export type DebugMessages = typeof debugMessage;
export default debugMessage;
//# sourceMappingURL=debugMessages.d.ts.map