UNPKG

@cainiaofe/cn-ui-m

Version:
5 lines (4 loc) 214 B
import React from 'react'; import type { CnSearchProps, CnSearchRef } from './types'; declare const CnSearch: React.ForwardRefExoticComponent<CnSearchProps & React.RefAttributes<CnSearchRef>>; export { CnSearch };