@mirohq/design-system-types
Advanced tools
Comparing version 0.3.0 to 0.4.0-checkbox.0
# @mirohq-internal/design-system-types | ||
## 0.4.0-checkbox.0 | ||
### Minor Changes | ||
- [#122](https://github.com/miroapp-dev/design-system/pull/122) [`6add152d`](https://github.com/miroapp-dev/design-system/commit/6add152d7e1df73c3d35f3dad051baff71acb976) Thanks [@skarensmoll](https://github.com/skarensmoll)! - Added Booleanish type | ||
## 0.3.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@mirohq/design-system-types", | ||
"version": "0.3.0", | ||
"version": "0.4.0-checkbox.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "Miro", |
export type Nullable<T> = T | null | undefined | ||
export type Numeric = number | `${number}` | ||
export type Booleanish = boolean | `${boolean}` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2645
46