export interface IonicReactProps {
    className?: string;
    style?: {
        [key: string]: any;
    };
}
