Files
ionic-framework/packages/react/src/components/IonicReactProps.ts
2020-12-07 09:31:33 -07:00

6 lines
111 B
TypeScript

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