forked from mirror/Part-DB.Part-DB-server
7 lines
170 B
TypeScript
7 lines
170 B
TypeScript
|
import BSTreeViewEventOptions from "./BSTreeViewEventOptions";
|
||
|
|
||
|
|
||
|
export default class BSTreeViewSelectOptions extends BSTreeViewEventOptions
|
||
|
{
|
||
|
unselecting: boolean;
|
||
|
}
|