juny-react-style / Exports / GithubCommentProps
• Optional
active: ActiveModeType
src/component/GithubComment/GithubComment.type.ts:4
• Optional
comment: string
src/component/GithubComment/GithubComment.type.ts:5
• Optional
isLoading: boolean
src/component/GithubComment/GithubComment.type.ts:6
• Optional
onChange: (comment
: string
) => void
| Promise
<void
>
▸ (comment
): void
| Promise
<void
>
Name | Type |
---|---|
comment |
string |
void
| Promise
<void
>
src/component/GithubComment/GithubComment.type.ts:10
• Optional
onClick: (value
: ActiveModeType
, comment
: string
) => void
| Promise
<void
>
▸ (value
, comment
): void
| Promise
<void
>
Name | Type |
---|---|
value |
ActiveModeType |
comment |
string |
void
| Promise
<void
>
src/component/GithubComment/GithubComment.type.ts:8
• Optional
onSubmit: (comment
: string
) => string
| void
| Promise
<string
| void
>
▸ (comment
): string
| void
| Promise
<string
| void
>
Name | Type |
---|---|
comment |
string |
string
| void
| Promise
<string
| void
>
src/component/GithubComment/GithubComment.type.ts:9
• Optional
preview: ReactNode