Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
get iconObject() {
return common.getIcon(this.icon, this.localeObject)
}
md?: any
render() {
const theme = common.getTheme(this.props.theme)
const locale = common.getLocale(this.props.locale)
const icon = common.getIcon(this.props.icon, locale)
return
get iconObject() {
return common.getIcon(this.icon, this.localeObject)
}
md = common.initializeMarkdown(this.markdownit, this.hljs, this.forceHttps)