UNPKG

@ovine/core

Version:

Build flexible admin system with json.

11 lines (10 loc) 308 B
/** * 自定义 crud 组件 * 固定 table height 存在BUG,需要其他方式支持 */ import React from 'react'; import { LibCssProps } from "../lib_css"; export declare type LibCrudProps = LibCssProps; export declare class LibCrud extends React.Component<LibCrudProps> { render(): JSX.Element; }