UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

8 lines (7 loc) 287 B
import type { ButtonProps } from '../../../../components/Button'; type Props = ButtonProps & { showConfirmDialog?: boolean; showWhen?: 'uncommittedChangeDetected'; }; export default function IsolationResetButton(props: Props): import("react/jsx-runtime").JSX.Element; export {};