@cainiaofe/cn-ui-m
Version:
6 lines (5 loc) • 299 B
TypeScript
/// <reference types="react" />
import './styles/index.scss';
import type { CnSearchProps, CnSearchRef } from './types';
export declare const CnSearch: import("react").ForwardRefExoticComponent<CnSearchProps & import("react").RefAttributes<CnSearchRef>>;
export type { CnSearchProps, CnSearchRef };