gather-content-ui
Version:
GatherContent UI Library
11 lines • 329 B
TypeScript
import { Component } from "react";
export declare class ConfirmationDropdown extends Component {
state: {
promiseIsPending: boolean;
};
hide: () => void;
onConfirm: () => any;
render(): import("react/jsx-runtime").JSX.Element;
}
export default ConfirmationDropdown;
//# sourceMappingURL=index.d.ts.map