UNPKG

drf-react-by-schema

Version:

Components and Tools for building a React App having Django Rest Framework (DRF) as server

22 lines 1.09 kB
import { SxProps, Theme } from '@mui/material'; export declare const content: SxProps<Theme>; export declare const main: SxProps<Theme>; export declare const flexRow: SxProps<Theme>; export declare const topBar: SxProps<Theme>; export declare const loadingBox: SxProps<Theme>; export declare const loadingBoxWhite: SxProps<Theme>; export declare const actionButtons: SxProps<Theme>; export declare const inLineForm: SxProps<Theme>; export declare const flexColumn: SxProps<Theme>; export declare const flexRowGrow: SxProps<Theme>; export declare const topBarOverList: SxProps<Theme>; export declare const dataGrid: SxProps<Theme>; export declare const dataGridWithTabs: SxProps<Theme>; export declare const dataGridFixedHeight: SxProps<Theme>; export declare const fullWidthButton: SxProps<Theme>; export declare const formCard: SxProps<Theme>; export declare const formCardContent: SxProps<Theme>; export declare const metabaseAppEmbed: SxProps<Theme>; export declare const geoPicker: SxProps<Theme>; export declare const detailFieldImg: SxProps<Theme>; //# sourceMappingURL=layout.d.ts.map