UNPKG

mui-simple

Version:

Override mui-v7 components to simplify usage

6 lines 249 B
import React from 'react'; import type { InputPhoneProps } from '../../decs'; declare const InputPhone: React.FC<InputPhoneProps>; export type { InputPhoneProps } from '../../decs'; export default InputPhone; //# sourceMappingURL=InputPhone.d.ts.map