TESSA Web API
    Preparing search index...

    Type Alias ThemeIconsetSection

    type ThemeIconsetSection = {
        icons: { [key: string]: IconsetNode };
        sizes: { [key: string]: string };
        sprite: string;
        thickness: { [key: string]: string };
    }
    Index

    Properties

    icons: { [key: string]: IconsetNode }
    sizes: { [key: string]: string }
    sprite: string
    thickness: { [key: string]: string }