Interface SubscriptionTokenProps

interface SubscriptionTokenProps {
    size: "small" | "none" | "huge";
    value: string;
}

Properties

Properties

size: "small" | "none" | "huge"
value: string