UNPKG

@fortune-sheet/react

Version:

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

5 lines (4 loc) 179 B
export declare function useAlert(): { showAlert: (message: string, type?: "ok" | "yesno", onOk?: () => void, onCancel?: () => void) => void; hideAlert: () => void; };