13 lines
No EOL
196 B
TypeScript
13 lines
No EOL
196 B
TypeScript
// License: LGPL-3.0-or-later
|
|
import {Component} from 'react'
|
|
import {AutocompleteProps} from "./types";
|
|
|
|
|
|
|
|
|
|
class Autocomplete extends Component<AutocompleteProps, {}>
|
|
{
|
|
|
|
}
|
|
|
|
export = Autocomplete |