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