InterfaceQAndABoxProperty

Interface that defines property for QAndABox component

interface QAndABoxProperty {
    question: string;
}

Properties

Properties

question: string