UNPKG

nsn-comp

Version:

NSN核心组件

6 lines (5 loc) 143 B
import { FunctionComponent, Key } from 'react'; declare const TableAlert: FunctionComponent<{ keys: Array<Key>; }>; export { TableAlert };