UNPKG

coral-ui

Version:

Biblioteca de components criada pelo Design System para os produtos da Pulse criada em react-native

9 lines (8 loc) 334 B
import { BoxProps } from '@shopify/restyle'; import { IconButtonProps } from 'react-native-vector-icons/Icon'; import { ITheme } from '../../themes/interface'; export declare type IconProps = { icon?: string; h?: Custom.HeightComponent; w?: Custom.HeightComponent; } & IconButtonProps & Partial<BoxProps<ITheme>>;