fix(react): fix types for new stencil

This commit is contained in:
Ely Lucas
2019-09-25 17:05:11 -06:00
committed by GitHub
parent cf223e40c1
commit c79e74b91f
9 changed files with 47 additions and 23 deletions

View File

@ -0,0 +1,5 @@
export interface IonicReactProps {
class?: string;
style?: {[key: string]: any };
}