makin-component
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -1,1 +0,1 @@ | ||
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),o={};function s(n){return e.jsx("div",{className:o.container,children:e.jsx("h1",{children:"Welcome to AboutUs!"})})}const t={};function r(n){return e.jsx("div",{className:t.container,children:e.jsx("h1",{children:"Welcome to Components!"})})}exports.AboutUs=s;exports.Components=r; | ||
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react/jsx-runtime"),t="_container_1s2ma_2",s={container:t};function r(e){return n.jsxs("div",{className:s.container,children:[n.jsx("h1",{children:e.title}),n.jsx("p",{children:e.description}),n.jsx("p",{children:e.paragraph1}),n.jsx("p",{children:e.paragraph2})]})}const c={};function i(e){return n.jsx("div",{className:c.container,children:n.jsx("h1",{children:"Welcome to Components!"})})}exports.AboutUs=r;exports.Components=i; |
@@ -1,4 +0,8 @@ | ||
export interface AboutUsProps { | ||
interface AboutUsProps { | ||
title: string; | ||
description: string; | ||
paragraph1: string; | ||
paragraph2: string; | ||
} | ||
export declare function AboutUs(props: AboutUsProps): import("react/jsx-runtime").JSX.Element; | ||
export default AboutUs; |
{ | ||
"name": "makin-component", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"main": "./index.js", | ||
@@ -5,0 +5,0 @@ "types": "./index.d.ts", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
2038
38