Files

7 lines
111 B
TypeScript

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