Interface TokenRendererProps

interface TokenRendererProps {
    token: Token;
}

Properties

Properties

token: Token