Files
2019-09-25 17:05:11 -06:00

6 lines
89 B
TypeScript

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