UNPKG

241 BTypeScriptView Raw
1export interface FeedbackButtonProps {
2 onClick?: Function;
3 icon?: string;
4 active?: string;
5 children?: React.ReactType;
6}
7
8declare const FeedbackButton: React.ComponentType<FeedbackButtonProps>;
9
10export default FeedbackButton;
\No newline at end of file