@orfeas126/box-ui-elements
Version:
Box UI Elements
14 lines (13 loc) • 456 B
TypeScript
import * as React from 'react';
export declare const deleteDialog: {
readonly render: (args: any) => React.JSX.Element;
};
declare const _default: {
title: string;
component: ({ appElement, isLoading, isOpen, item, onCancel, onDelete, parentElement, }: import("../DeleteConfirmationDialog").DeleteConfirmationDialogProps) => React.JSX.Element;
args: {
isLoading: boolean;
isOpen: boolean;
};
};
export default _default;