Skip to content

Commit

Permalink
trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kroeder committed Nov 19, 2019
1 parent a9afa17 commit 7cc8043
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/polymer/src/client/preview/types.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
import { TemplateResult } from 'lit-html';

export interface IStorybookStory {
name: string;
render: () => any;
}

export interface IStorybookSection {
kind: string;
stories: IStorybookStory[];
}

export interface IStorybookStory {
name: string;
render: () => any;
}

export type StoryFnPolymerReturnType = string | Node | TemplateResult;

export interface ShowErrorArgs {
Expand Down

0 comments on commit 7cc8043

Please sign in to comment.