UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

4 lines (3 loc) 174 B
/** https://github.com/Microsoft/TypeScript/issues/29729 */ export type LiteralUnion<T extends string> = T | (string & {}); export type AnyObject = Record<PropertyKey, any>;