@platformbuilders/react-native-ui
Version:
Platform Builders Shared Components Library
13 lines • 361 B
TypeScript
import { TouchableType } from './TouchableType';
import { HitSlopType } from './Common';
export interface IconType extends TouchableType {
name: string;
touchable?: boolean;
size?: number;
color?: string;
style?: any;
borderColor?: string;
backgroundColor?: string;
hitSlop?: HitSlopType;
}
//# sourceMappingURL=IconType.d.ts.map