mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
7 lines
111 B
TypeScript
7 lines
111 B
TypeScript
|
|
export interface IonicReactProps {
|
|
class?: string;
|
|
className?: string;
|
|
style?: {[key: string]: any };
|
|
}
|