@rpxl/recast
Advanced tools
Comparing version 2.0.3 to 3.0.0
export type { RecastThemeProps } from "./types.js"; | ||
export type { RecastBaseTheme } from "./types.js"; | ||
export * from "./hooks/useRecastClasses.js"; | ||
export * from "./utils/getRecastClasses.js"; | ||
export { createRecastComponent } from "./createRecastComponent.js"; |
@@ -18,5 +18,5 @@ "use strict"; | ||
exports.createRecastComponent = void 0; | ||
__exportStar(require("./hooks/useRecastClasses.js"), exports); | ||
__exportStar(require("./utils/getRecastClasses.js"), exports); | ||
var createRecastComponent_js_1 = require("./createRecastComponent.js"); | ||
Object.defineProperty(exports, "createRecastComponent", { enumerable: true, get: function () { return createRecastComponent_js_1.createRecastComponent; } }); | ||
//# sourceMappingURL=index.js.map |
export type { RecastThemeProps } from "./types.js"; | ||
export type { RecastBaseTheme } from "./types.js"; | ||
export * from "./hooks/useRecastClasses.js"; | ||
export * from "./utils/getRecastClasses.js"; | ||
export { createRecastComponent } from "./createRecastComponent.js"; |
@@ -1,3 +0,3 @@ | ||
export * from "./hooks/useRecastClasses.js"; | ||
export * from "./utils/getRecastClasses.js"; | ||
export { createRecastComponent } from "./createRecastComponent.js"; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@rpxl/recast", | ||
"license": "MIT", | ||
"version": "2.0.3", | ||
"version": "3.0.0", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "sideEffects": false, |
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
86172
110
1263