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