Add toolbar separator (#4890)

* Add option to add toolbar separator after toolbar component
This commit is contained in:
kisantia
2019-04-08 15:27:18 -07:00
committed by GitHub
parent e6faef27ab
commit ada0966832
4 changed files with 16 additions and 4 deletions

View File

@@ -2590,6 +2590,7 @@ declare module 'azdata' {
export interface ToolbarComponent {
component: Component;
title?: string;
toolbarSeparatorAfter?: boolean;
}
/**