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