UNPKG

@fortune-sheet/react

Version:

FortuneSheet is a drop-in javascript spreadsheet library that provides rich features like Excel and Google Sheets

6 lines (5 loc) 240 B
import React from "react"; export declare function useDialog(): { showDialog: (content: string | React.ReactNode, type?: "ok" | "yesno" | undefined, onOk?: () => void, onCancel?: () => void) => void; hideDialog: () => void; };