We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88a65a8 commit e5ecea0Copy full SHA for e5ecea0
src/index.tsx
@@ -1,7 +1,10 @@
1
import React, { useEffect } from 'react';
2
import styles from './styles.module.css';
3
4
-interface Props {
+/**
5
+ * Main Component Props
6
+ */
7
+export interface Props {
8
message?: string;
9
}
10
/**
0 commit comments