UNPKG

@ant-design/pro-form

Version:
5 lines (4 loc) 189 B
/// <reference types="react" /> import type { ProFormListItemProps } from './ListItem'; declare const ProFormListContainer: React.FC<ProFormListItemProps>; export { ProFormListContainer };