fix(icon): declare publicPath

This commit is contained in:
Adam Bradley
2017-07-18 14:17:57 -05:00
parent 9b20fe8656
commit 2db8320aaa

View File

@ -1,6 +1,6 @@
import { Component, h, Prop, State, VNodeData } from '@stencil/core';
const publicPath = '';
declare const publicPath: string;
@Component({