forgeplus-react/node_modules/rsuite/lib/Table/TableHeaderCell.d.ts

7 lines
183 B
TypeScript

import * as React from 'react';
import { StandardProps } from '../@types/common';
declare const TableHeaderCell: React.ComponentType<StandardProps>;
export default TableHeaderCell;