Add export to unsubmitted segments

This commit is contained in:
Ajay
2022-09-22 21:58:03 -04:00
parent c17cf74389
commit d294398f28
6 changed files with 118 additions and 50 deletions

View File

@@ -19,7 +19,7 @@ export interface NoticeProps {
fadeIn?: boolean,
startFaded?: boolean,
firstColumn?: React.ReactElement,
firstColumn?: React.ReactElement[] | React.ReactElement,
firstRow?: React.ReactElement,
bottomRow?: React.ReactElement[],