Constructors
Properties
Static
configure
configure: ((value: DeepPartial<{ Form: { props: Partial<FormProps<any>>; sx: SxSelectorRecord<SxConfig<{ classes: readonly ["form_input_row", "submit_button"]; }>> & MuiSxProps; transform: ConfigTransform; }; Table: { props: Partial<TableProps>; sx: SxSelectorRecord<SxConfig<{ classes: readonly ["table_container", "table", "table_head", "table_body", "table_row", "table_cell"]; }>> & MuiSxProps; transform: ConfigTransform; }; }>) => void) = setConfig Type declaration
- (value): void
Parameters
- value: DeepPartial<{
Form: {
props: Partial<FormProps<any>>;
sx: SxSelectorRecord<SxConfig<{
classes: readonly ["form_input_row", "submit_button"];
}>> & MuiSxProps;
transform: ConfigTransform;
};
Table: {
props: Partial<TableProps>;
sx: SxSelectorRecord<SxConfig<{
classes: readonly ["table_container", "table", "table_head", "table_body", "table_row", "table_cell"];
}>> & MuiSxProps;
transform: ConfigTransform;
};
}>
Returns void
Description
A class that contains static methods for configuring the components, among other things.