4 lines
98 B
TypeScript
4 lines
98 B
TypeScript
|
|
import { TdSearchProps } from './type';
|
||
|
|
declare const props: TdSearchProps;
|
||
|
|
export default props;
|