import BSTreeViewEventOptions from "./BSTreeViewEventOptions"; export default class BSTreeViewDisableOptions extends BSTreeViewEventOptions { unselecting: boolean; keepState: boolean; }