UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

6 lines (4 loc) 276 B
import type { CustomProps } from '../../../components/types/utils'; import type { InterfaceBoxProps } from '../../primitives/Box'; export interface InterfaceCardProps extends InterfaceBoxProps<ICardProps> {} export type ICardProps = InterfaceCardProps & CustomProps<'Card'>;