bhd-components 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/es2017/index/347/232/204/345/211/257/346/234/254.d.ts +0 -7
- package/es2017/index/347/232/204/345/211/257/346/234/254.js +0 -10
- package/es2017/table/index/347/232/204/345/211/257/346/234/254.d.ts +0 -7
- package/es2017/table/index/347/232/204/345/211/257/346/234/254.js +0 -10
- package/esm/index/347/232/204/345/211/257/346/234/254.d.ts +0 -7
- package/esm/index/347/232/204/345/211/257/346/234/254.js +0 -10
- package/esm/table/index/347/232/204/345/211/257/346/234/254.d.ts +0 -7
- package/esm/table/index/347/232/204/345/211/257/346/234/254.js +0 -10
package/package.json
CHANGED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "@ice/jsx-runtime/jsx-runtime";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
import styles from "./index.module.css";
|
|
4
|
-
export default function BhdComponents(props) {
|
|
5
|
-
const { title ='Hello World!' } = props;
|
|
6
|
-
return /*#__PURE__*/ _jsx("div", {
|
|
7
|
-
className: styles.BhdComponents,
|
|
8
|
-
children: title
|
|
9
|
-
});
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "@ice/jsx-runtime/jsx-runtime";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
import styles from "./index.module.css";
|
|
4
|
-
export default function BhdComponents(props) {
|
|
5
|
-
const { title ='Hello World!' } = props;
|
|
6
|
-
return /*#__PURE__*/ _jsx("div", {
|
|
7
|
-
className: styles.BhdComponents,
|
|
8
|
-
children: title
|
|
9
|
-
});
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "@ice/jsx-runtime/jsx-runtime";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
import styles from "./index.module.css";
|
|
4
|
-
export default function BhdComponents(props) {
|
|
5
|
-
var _props_title = props.title, title = _props_title === void 0 ? "Hello World!" : _props_title;
|
|
6
|
-
return /*#__PURE__*/ _jsx("div", {
|
|
7
|
-
className: styles.BhdComponents,
|
|
8
|
-
children: title
|
|
9
|
-
});
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "@ice/jsx-runtime/jsx-runtime";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
import styles from "./index.module.css";
|
|
4
|
-
export default function BhdComponents(props) {
|
|
5
|
-
var _props_title = props.title, title = _props_title === void 0 ? "Hello World!" : _props_title;
|
|
6
|
-
return /*#__PURE__*/ _jsx("div", {
|
|
7
|
-
className: styles.BhdComponents,
|
|
8
|
-
children: title
|
|
9
|
-
});
|
|
10
|
-
}
|