umd-styles-library
    Preparing search index...

    Interface JssObject

    A JSS object that represents a styled component. This is the standard object format used throughout the design system.

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

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    className: string | string[]