@teambit/api-reference.utils.custom-prism-syntax-highlighter-theme
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -1,2 +0,5 @@ | ||
import DefaultBitPrismTheme from './custom-theme'; | ||
/// <reference types="react" /> | ||
declare const DefaultBitPrismTheme: { | ||
[key: string]: import("react").CSSProperties; | ||
}; | ||
export default DefaultBitPrismTheme; |
@@ -7,3 +7,4 @@ "use strict"; | ||
const custom_theme_1 = __importDefault(require("./custom-theme")); | ||
exports.default = custom_theme_1.default; | ||
const DefaultBitPrismTheme = custom_theme_1.default; | ||
exports.default = DefaultBitPrismTheme; | ||
//# sourceMappingURL=index.js.map |
@@ -1,3 +0,4 @@ | ||
import DefaultBitPrismTheme from './custom-theme'; | ||
import _DefaultBitPrismTheme from './custom-theme'; | ||
const DefaultBitPrismTheme = _DefaultBitPrismTheme as { [key: string]: React.CSSProperties }; | ||
export default DefaultBitPrismTheme; |
{ | ||
"name": "@teambit/api-reference.utils.custom-prism-syntax-highlighter-theme", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"homepage": "https://bit.cloud/teambit/api-reference/utils/custom-prism-syntax-highlighter-theme", | ||
@@ -9,3 +9,3 @@ "main": "dist/index.js", | ||
"name": "utils/custom-prism-syntax-highlighter-theme", | ||
"version": "0.0.4" | ||
"version": "0.0.5" | ||
}, | ||
@@ -21,2 +21,4 @@ "dependencies": {}, | ||
"license": "Apache-2.0", | ||
"optionalDependencies": {}, | ||
"peerDependenciesMeta": {}, | ||
"private": false, | ||
@@ -23,0 +25,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
20613
744