UNPKG

ng-layout-form

Version:

layout form

24 lines (23 loc) 1.1 kB
/// <reference types="react" /> import { formConfProps } from '../config/interface'; export type { GridViewInfo } from './interface'; export declare const GridView: import("react").ForwardRefExoticComponent<Omit<{ id?: string | undefined; config?: formConfProps.GridView | undefined; setConfig?: ((config: formConfProps.GridView) => formConfProps.GridView) | undefined; confKey?: string[] | undefined; style?: import("react").CSSProperties | undefined; className?: any; onLoad?: (() => void) | undefined; initSc?: any; formConf?: any; disabledNotify?: boolean | undefined; } & { formConf?: any; } & Omit<import("ng-lib-tsx").NGTableProps, "columns"> & { busKey?: string | undefined; busFields?: string[] | undefined; columns?: import("ng-lib-tsx").ColumnProps[] | ((configColumns: import("ng-lib-tsx").ColumnProps[] | undefined) => import("ng-lib-tsx").ColumnProps[] | undefined) | undefined; } & { id?: string | undefined; }, "outRef"> & import("react").RefAttributes<import("ng-lib-tsx").ICurrentObject<any>>>;