Props

interface IProps {
    token?: IToken;
    x: number;
    y: number;
}

Properties

Properties

token?: IToken
x: number
y: number