@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
11 lines (10 loc) • 433 B
TypeScript
import { ButtonProps } from '../../../../components/Button';
import { DataValueReadWriteComponentProps } from '../../types';
export type Props = ButtonProps & DataValueReadWriteComponentProps<unknown[]> & {
showConfirmDialog?: boolean;
};
declare function RemoveButton(props: Props): import("react/jsx-runtime").JSX.Element;
declare namespace RemoveButton {
var _supportsSpacingProps: boolean;
}
export default RemoveButton;