mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 18:17:31 +08:00
fix(react): fix types for new stencil
This commit is contained in:
5
packages/react/src/components/IonicReactProps.ts
Normal file
5
packages/react/src/components/IonicReactProps.ts
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
export interface IonicReactProps {
|
||||
class?: string;
|
||||
style?: {[key: string]: any };
|
||||
}
|
Reference in New Issue
Block a user