UNPKG

@sentry/react-native

Version:
25 lines (24 loc) 748 B
import * as React from 'react'; import type { FeedbackButtonProps } from './FeedbackForm.types'; /** * @beta * @deprecated The `FeedbackButton` component will be removed in a future major version. * Implements a feedback button that opens the FeedbackForm. */ export declare class FeedbackButton extends React.Component<FeedbackButtonProps> { private _themeListener; constructor(props: FeedbackButtonProps); /** * Adds a listener for theme changes. */ componentDidMount(): void; /** * Removes the theme listener. */ componentWillUnmount(): void; /** * Renders the feedback button. */ render(): React.ReactNode; } //# sourceMappingURL=FeedbackButton.d.ts.map