UNPKG

jamis

Version:

一种支持通过JSON配置方式生成页面的组件库

9 lines (8 loc) 285 B
import type { ITableStore } from '../types'; export interface ItemActionsProps { children: JSX.Element; store: ITableStore; } declare function ItemActionsWrapper(props: ItemActionsProps): JSX.Element; declare const _default: typeof ItemActionsWrapper; export default _default;