view: add ResizeArea class (#15752)

This commit is contained in:
Cheng Zhao 2018-11-21 22:39:59 +09:00 committed by GitHub
parent 65099ab489
commit 47bf8e1bb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 123 additions and 0 deletions

View file

@ -42,6 +42,7 @@ if (features.isViewApiEnabled()) {
{ name: 'LabelButton', file: 'views/label-button' },
{ name: 'LayoutManager', file: 'views/layout-manager' },
{ name: 'MdTextButton', file: 'views/md-text-button' },
{ name: 'ResizeArea', file: 'views/resize-area' },
{ name: 'TextField', file: 'views/text-field' }
)
}