Interface TokensRendererProps

interface TokensRendererProps {
    tokens: readonly Token[];
}

Properties

Properties

tokens: readonly Token[]