UNPKG

tdesign-react

Version:
8 lines (7 loc) 248 B
import React from 'react'; import type { TdEmptyProps } from './type'; import type { StyledProps } from '../common'; export interface EmptyProps extends TdEmptyProps, StyledProps { } declare const Empty: React.FC<EmptyProps>; export default Empty;