UNPKG

@upv/react-ui-core

Version:

**USHI Design System — Modern UI Component Library**

4 lines (3 loc) 166 B
import React from "react"; import { TextFieldProps } from "../TextField"; export declare const CreditCardField: React.FC<Omit<TextFieldProps, "type" | "maxLength">>;