UNPKG

@instructure/quiz-interactions

Version:

A React UI component Library for quiz interaction types.

5 lines 165 B
import striptags from 'striptags'; import { htmlDecode } from 'htmlencode'; export default (function (htmlContent) { return htmlDecode(striptags(htmlContent)); });