mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 22:17:40 +08:00
fix(icon): declare publicPath
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
import { Component, h, Prop, State, VNodeData } from '@stencil/core';
|
import { Component, h, Prop, State, VNodeData } from '@stencil/core';
|
||||||
|
|
||||||
const publicPath = '';
|
declare const publicPath: string;
|
||||||
|
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
|
Reference in New Issue
Block a user