import CompCommon from '../../common/type'; export interface LoadingProps extends CompCommon { color?: string; type?: 'default' | 'ios' | 'loading'; overlay?: boolean; size?: number; onClick?: Function | null; }