#473 basic hyperlink widget

This commit is contained in:
Denys Vuika
2016-07-26 14:36:20 +01:00
parent 026c509df4
commit 0ac3236414
7 changed files with 66 additions and 1 deletions

View File

@@ -23,3 +23,5 @@ export * from './text/text.widget';
export * from './number/number.widget';
export * from './checkbox/checkbox.widget';
export * from './multiline-text/multiline-text.widget';
export * from './dropdown/dropdown.widget';
export * from './hyperlink/hyperlink.widget';