interface IHooks {
    saveFile: ((pb) => void);
}

Properties

Properties

saveFile: ((pb) => void)

Type declaration

Generated using TypeDoc