UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

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