mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-26 03:26:41 +07:00
more typescripting
This commit is contained in:
parent
5699a7abb7
commit
628b96c4ab
7 changed files with 144 additions and 103 deletions
|
@ -3,7 +3,7 @@ import classnames from 'classnames';
|
|||
|
||||
interface Props {
|
||||
value: string;
|
||||
onChange: EventHandlerNonNull;
|
||||
onChange: (text: string) => void;
|
||||
}
|
||||
|
||||
type State = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue