makin-component
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -1,1 +0,1 @@ | ||
"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; | ||
"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.jsxs("div",{children:[n.jsx("p",{children:e.description}),n.jsx("p",{children:e.paragraph1}),n.jsx("p",{children:e.paragraph2}),n.jsx("p",{children:e.paragraph3})]})]})}const i={};function c(e){return n.jsx("div",{className:i.container,children:n.jsx("h1",{children:"Welcome to Components!"})})}exports.AboutUs=r;exports.Components=c; |
@@ -6,4 +6,5 @@ interface AboutUsProps { | ||
paragraph2: string; | ||
paragraph3: string; | ||
} | ||
export declare function AboutUs(props: AboutUsProps): import("react/jsx-runtime").JSX.Element; | ||
export default AboutUs; |
{ | ||
"name": "makin-component", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"main": "./index.js", | ||
@@ -5,0 +5,0 @@ "types": "./index.d.ts", |
Sorry, the diff of this file is not supported yet
2240
42