Type alias RefStypRule<T>

RefStypRule<T>: ((this, root) => StypRuleRef<T>)

Type Parameters

Type declaration

    • (this, root): StypRuleRef<T>
    • CSS rule referrer.

      This is a function that obtains CSS rule reference relative to the given root.

      Typeparam

      T CSS properties interface of referenced rule.

      Parameters

      Returns StypRuleRef<T>

Generated using TypeDoc