UNPKG

react-native-markdown-renderer

Version:

Markdown renderer for react-native, with CommonMark spec support + adds syntax extensions & sugar (URL autolinking, typographer).

11 lines (9 loc) 197 B
export default class PluginContainer { constructor(plugin, ...options) { this.plugin = plugin; this.options = options; } toArray() { return [this.plugin, ...this.options]; } }