nsn-comp
Version:
NSN核心组件
6 lines (5 loc) • 308 B
TypeScript
import { TableProps, TableState } from '../../../@types';
import { BaseEntity } from 'nsn-entity';
import { Component, ReactNode } from 'react';
declare const getToolBar: <T extends BaseEntity, DT extends string>(comp: Component<TableProps<T, DT>, TableState<T>>) => Array<ReactNode>;
export { getToolBar };