Interface QAndABoxProperty

Interface that defines property for QAndABox component

<QAndABox question="Where can I find this Usage?">
<p>Read Your F* Manual.</p>
</QAndABox>
interface QAndABoxProperty {
    question: string;
}

Properties

Properties

question: string