Files

4 lines
98 B
TypeScript

import { TdSearchProps } from './type';
declare const props: TdSearchProps;
export default props;