goobs-frontend
Version:
A comprehensive React-based libary for building modern web applications
12 lines • 469 B
TypeScript
import { DatagridProps } from '../../DataGrid/types';
import { AlertProps } from '../../Alert';
export interface FormDataGridProps {
title: string;
description: string;
datagrid: DatagridProps;
sacredtheme?: boolean;
alert?: AlertProps;
}
declare function FormDataGrid({ title, description, datagrid, sacredtheme, alert, }: FormDataGridProps): import("react/jsx-runtime").JSX.Element;
export default FormDataGrid;
//# sourceMappingURL=index.d.ts.map