mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-09 13:48:41 +08:00
Merge pull request #14606 from Li0liQ/patch-1
[material-ui] Added TextFieldProps as a parent interface for AutoCompleteProps.
This commit is contained in:
2
material-ui/index.d.ts
vendored
2
material-ui/index.d.ts
vendored
@@ -533,7 +533,7 @@ declare namespace __MaterialUI {
|
||||
type cornersAndCenter = 'bottom-center' | 'bottom-left' | 'bottom-right' | 'top-center' | 'top-left' | 'top-right';
|
||||
}
|
||||
|
||||
interface AutoCompleteProps<DataItem> {
|
||||
interface AutoCompleteProps<DataItem> extends TextFieldProps {
|
||||
anchorOrigin?: propTypes.origin;
|
||||
animated?: boolean;
|
||||
animation?: React.ComponentClass<Popover.PopoverAnimationProps>;
|
||||
|
||||
Reference in New Issue
Block a user