TESSA Web API
    Preparing search index...

    Type Alias ThemeIconset

    type ThemeIconset = {
        icons: ThemeIcon[];
        name: string;
        sprite: string;
    }
    Index

    Properties

    Properties

    icons: ThemeIcon[]
    name: string
    sprite: string