UNPKG

@instructure/quiz-interactions

Version:

A React UI component Library for quiz interaction types.

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