UNPKG

infinity-forge

Version:
3 lines (2 loc) 213 B
import { IWarningProps } from './interface.js'; export declare function Warning({ onCancel, onConfirm, button, warningTitle, warningDescription, ...rest }: IWarningProps): import("react/jsx-runtime").JSX.Element;