Updated and added pages
This commit is contained in:
14
utils/qAndABox.ts
Normal file
14
utils/qAndABox.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* Types for QAndABox component
|
||||
* @module utils/qAndABox
|
||||
*/
|
||||
|
||||
/**
|
||||
* Interface that defines property for QAndABox component
|
||||
* @property {string} question
|
||||
*/
|
||||
interface QAndABoxProperty {
|
||||
question: string;
|
||||
}
|
||||
|
||||
export type { QAndABoxProperty };
|
||||
Reference in New Issue
Block a user