Browse Source

Allow also number to be passed (#3947)

Henrik Raitasola 6 years ago
parent
commit
00f534a4a7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/src/interfaces/Layout.ts

+ 1
- 1
lib/src/interfaces/Layout.ts View File

@@ -8,7 +8,7 @@ export interface LayoutComponent {
8 8
   /**
9 9
    * Name of your component
10 10
    */
11
-  name: string;
11
+  name: string | number;
12 12
   /**
13 13
    * Styling options
14 14
    */