TESSA Web API
    Preparing search index...

    Type Alias IconsetNode

    type IconsetNode = {
        icons: { [key: string]: string | IconNode };
        size: string;
        sprite: string;
    }
    Index

    Properties

    Properties

    icons: { [key: string]: string | IconNode }
    size: string
    sprite: string