UNPKG

easy-antd-modal

Version:

二次开发, 简化 Ant Design Modal 的使用方式

3 lines (2 loc) 111 B
import { AnyObj } from '../types'; export declare const has: (obj: AnyObj, key: PropertyKey) => key is string;