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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bhd-components",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "组件功能描述",
5
5
  "files": [
6
6
  "esm",
@@ -1,7 +0,0 @@
1
- /// <reference types="react" />
2
- interface ComponentProps {
3
- /** Title for BhdComponents. */
4
- title: string;
5
- }
6
- export default function BhdComponents(props: ComponentProps): JSX.Element;
7
- export {};
@@ -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,7 +0,0 @@
1
- /// <reference types="react" />
2
- interface ComponentProps {
3
- /** Title for BhdComponents. */
4
- title: string;
5
- }
6
- export default function BhdComponents(props: ComponentProps): JSX.Element;
7
- export {};
@@ -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,7 +0,0 @@
1
- /// <reference types="react" />
2
- interface ComponentProps {
3
- /** Title for BhdComponents. */
4
- title: string;
5
- }
6
- export default function BhdComponents(props: ComponentProps): JSX.Element;
7
- export {};
@@ -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,7 +0,0 @@
1
- /// <reference types="react" />
2
- interface ComponentProps {
3
- /** Title for BhdComponents. */
4
- title: string;
5
- }
6
- export default function BhdComponents(props: ComponentProps): JSX.Element;
7
- export {};
@@ -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
- }