mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +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 = {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import * as React from 'react';
|
||||
import { ISticker, STICKERS } from '$constants/stickers';
|
||||
import { STICKERS } from '$constants/stickers';
|
||||
|
||||
type Props = {
|
||||
set: string,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue