@instructure/shared-types
Advanced tools
Comparing version 8.13.1-snapshot.41 to 8.13.1-snapshot.42
{ | ||
"name": "@instructure/shared-types", | ||
"version": "8.13.1-snapshot.41+add2332d5", | ||
"version": "8.13.1-snapshot.42+be0c3d29e", | ||
"description": "Shared TypeScript typings for Instructure UI packages.", | ||
@@ -29,3 +29,3 @@ "author": "Instructure, Inc. Engineering and Product Design", | ||
}, | ||
"gitHead": "add2332d5dd43d3d931c4a1631748be96f09b49a" | ||
"gitHead": "be0c3d29ed9f56474899ea4d1d2dd3f5bcc84c6a" | ||
} |
@@ -29,2 +29,10 @@ /* | ||
export type { AsElementType } | ||
type ToProp = { | ||
/** | ||
* Needed for React Router links | ||
* @private | ||
*/ | ||
to?: string | ||
} | ||
export type { AsElementType, ToProp } |
import { ComponentType } from 'react'; | ||
declare type AsElementType = keyof JSX.IntrinsicElements | ComponentType; | ||
export type { AsElementType }; | ||
declare type ToProp = { | ||
/** | ||
* Needed for React Router links | ||
* @private | ||
*/ | ||
to?: string; | ||
}; | ||
export type { AsElementType, ToProp }; | ||
//# sourceMappingURL=CommonProps.d.ts.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
237427
3628