paradiego
This commit is contained in:
17
node_modules/@mui/material/OutlinedInput/NotchedOutline.d.ts
generated
vendored
Normal file
17
node_modules/@mui/material/OutlinedInput/NotchedOutline.d.ts
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
import * as React from 'react';
|
||||
import { InternalStandardProps as StandardProps } from '..';
|
||||
|
||||
export interface NotchedOutlineProps
|
||||
extends StandardProps<React.FieldsetHTMLAttributes<HTMLFieldSetElement>> {
|
||||
disabled?: boolean;
|
||||
error?: boolean;
|
||||
focused?: boolean;
|
||||
label?: React.ReactNode;
|
||||
notched: boolean;
|
||||
}
|
||||
|
||||
export type NotchedOutlineClassKey = keyof NonNullable<NotchedOutlineProps['classes']>;
|
||||
|
||||
declare const NotchedOutline: React.JSXElementConstructor<NotchedOutlineProps>;
|
||||
|
||||
export default NotchedOutline;
|
||||
Reference in New Issue
Block a user