Variable FontSize

FontSize: {
    fromLike<T>(value) => FontSize | Uninitable<T>;
    fromValue(value) => FontSize;
}

Type declaration

  • fromLike:function
    • Type Parameters

      Parameters

      • value: T

      Returns FontSize | Uninitable<T>

  • fromValue:function
    • Parameters

      • value: Value

      Returns FontSize

Generated using TypeDoc