UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

4 lines (3 loc) 132 B
import type { SelectProps } from '../Select'; declare function warningProps(props: SelectProps): void; export default warningProps;