Separator component (#9310)

* Separator component
This commit is contained in:
Amir Omidi
2020-02-24 16:53:42 -08:00
committed by GitHub
parent d7ea1123ef
commit 628fd8d74d
9 changed files with 100 additions and 3 deletions

View File

@@ -125,5 +125,6 @@ export enum ModelComponentTypes {
Dom,
Hyperlink,
Image,
RadioCardGroup
RadioCardGroup,
Separator
}