Procházet zdrojové kódy

Allow also number to be passed (#3947)

Henrik Raitasola před 6 roky
rodič
revize
00f534a4a7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      lib/src/interfaces/Layout.ts

+ 1
- 1
lib/src/interfaces/Layout.ts Zobrazit soubor

@@ -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
    */