mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
6 lines
89 B
TypeScript
6 lines
89 B
TypeScript
|
|
export interface IonicReactProps {
|
|
class?: string;
|
|
style?: {[key: string]: any };
|
|
}
|