UNPKG

mui-tel-input

Version:

A phone number input designed for the React library MUI built with libphonenumber-js

3 lines (2 loc) 133 B
export declare function matchIsObject(value: unknown): value is object; export declare const getKeys: <T>(object: T) => (keyof T)[];