UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

3 lines (2 loc) 233 B
import * as React from 'react'; export default function useColumnIcons(prefixCls: string, rtl: boolean, expandIcon?: React.ReactNode): (string | number | boolean | Iterable<React.ReactNode> | React.JSX.Element | null | undefined)[];