Deploy Storybook to Github Pages [skip ci]

This commit is contained in:
2018-07-09 19:29:38 +05:30
commit 32cf2ee7f8
8 changed files with 136 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
export declare class Greeter {
private greeting;
constructor(message: string);
greet(): string;
}