Skip to content

Commit 9408aa9

Browse files
committed
ugh docs typescript
1 parent 35b627e commit 9408aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-aria-components/docs/Autocomplete.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ import type {AutocompleteProps, Key} from 'react-aria-components';
217217
import {Menu, MenuItem} from 'react-aria-components';
218218
import {MySearchField} from './SearchField';
219219

220-
interface MyAutocompleteProps<T extends object> extends Omit<AutocompleteProps, 'children'> {
220+
interface MyAutocompleteProps<T extends object> extends Omit<AutocompleteProps<T>, 'children'> {
221221
label?: string,
222222
placeholder?: string,
223223
items?: Iterable<T>;

0 commit comments

Comments
 (0)