| 4 | onDelete: () => void; |
| 5 | }; |
| 6 | declare class DeleteButton extends Component<Props> { |
| 7 | static defaultProps: { |
| 8 | className: string; |
| 9 | }; |
| 10 | get className(): string; |
| 11 | confirmAndDelete: () => void; |
| 12 | render: () => React.JSX.Element; |
| 13 | } |
| 14 | export default DeleteButton; |
nothing calls this directly
no outgoing calls
no test coverage detected