import * as mod from "https://denopkg.com/Srinivasa314/tinyfiledialogs-deno@master/mod.ts";
colorChooserDialog | Shows a color chooser dialog |
inputBox | Shows an input box |
listDialog | Shows a list dialog |
messageBoxOk | Shows a message box |
messageBoxOkCancel | Shows a message box with ok and cancel options |
messageBoxYesNo | Shows a message box with yes and no options |
openFileDialog | Shows an open file dialog |
openFileDialogMulti | Shows an open multiple file dialog |
passwordBox | Shows a password box |
saveFileDialog | Shows a save file dialog |
saveFileDialogWithFilter | Shows a save file dialog with an option to filter the type of saved file. |
selectFolderDialog | Shows a select folder dialog |