Interface Style

interface Style {
    getProperty(selector: string, property: string): unknown;
}

Methods

Methods

  • Parameters

    • selector: string
    • property: string

    Returns unknown