Skip to content

Commit e5ecea0

Browse files
committed
chore: export Sample component props so let it be in to docs
1 parent 88a65a8 commit e5ecea0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/index.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
import React, { useEffect } from 'react';
22
import styles from './styles.module.css';
33

4-
interface Props {
4+
/**
5+
* Main Component Props
6+
*/
7+
export interface Props {
58
message?: string;
69
}
710
/**

0 commit comments

Comments
 (0)