MCPcopy Create free account
hub / github.com/emwalker/digraph / DeleteButton

Class DeleteButton

client/src/components/ui/DeleteButton/index.d.ts:6–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4 onDelete: () => void;
5};
6declare 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}
14export default DeleteButton;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected