UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

6 lines (5 loc) 134 B
interface Config { skipEmpty?: boolean; } declare const toList: <T>(val: T | T[], config?: Config) => T[]; export default toList;