소스 검색

Allow also number to be passed (#3947)

Henrik Raitasola 6 년 전
부모
커밋
00f534a4a7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      lib/src/interfaces/Layout.ts

+ 1
- 1
lib/src/interfaces/Layout.ts 파일 보기

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