public get outerWidth()

in projects/kendo-ui-toolbar-ngcc/src/app/custom-tool.component.ts [45:49]


    public get outerWidth(): number {
        if (this.toolbarElement) {
            return outerWidth(this.toolbarElement.nativeElement);
        }
    }