fixed the issue with tree component layout (#2174)

This commit is contained in:
Leila Lali
2018-08-07 14:10:57 -07:00
committed by GitHub
parent 47c161f9f1
commit 5a54abaf44
2 changed files with 13 additions and 4 deletions

View File

@@ -408,7 +408,7 @@ declare module 'sqlops' {
label?: string;
}
export interface TreeProperties {
export interface TreeProperties extends ComponentProperties {
withCheckbox?: boolean;
}