@emotion/styled-base
Advanced tools
Comparing version 10.0.9 to 10.0.10
{ | ||
"name": "@emotion/styled-base", | ||
"version": "10.0.9", | ||
"version": "10.0.10", | ||
"description": "base styled API for emotion", | ||
@@ -5,0 +5,0 @@ "main": "dist/styled-base.cjs.js", |
@@ -16,3 +16,3 @@ import * as React from 'react' | ||
export type Omit<T, U> = Pick<T, Exclude<keyof T, U>> | ||
export type Omit<T, U> = T extends any ? Pick<T, Exclude<keyof T, U>> : never | ||
export type Overwrapped<T, U> = Pick<T, Extract<keyof T, keyof U>> |
Sorry, the diff of this file is not supported yet
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
89730
1330