umd-styles-library
    Preparing search index...

    Interface JssEntry

    Interface for a JSS entry with className and other properties.

    interface JssEntry {
        className: string | string[];
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    className: string | string[]