shineout 3.0.0-alpha.1 → 3.0.0-alpha.2

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.
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * cn - 基本用法
3
- * --默认为水平分割线
3
+ * --默认为水平分割线
4
4
  * en - Base
5
- * --Divider is horizontal by default. You can add text within Divider.
5
+ * --Divider is horizontal by default. You can add text within Divider.
6
6
  */
7
7
  import React from 'react';
8
8
  declare const App: React.FC;
@@ -10,9 +10,9 @@ var _ = require("../..");
10
10
  var _jsxRuntime = require("react/jsx-runtime");
11
11
  /**
12
12
  * cn - 基本用法
13
- * --默认为水平分割线
13
+ * --默认为水平分割线
14
14
  * en - Base
15
- * --Divider is horizontal by default. You can add text within Divider.
15
+ * --Divider is horizontal by default. You can add text within Divider.
16
16
  */
17
17
 
18
18
  var App = function App() {
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * cn - 带文字的分割线
3
- * -- 分割线中带有文字,可以用 orientation 指定文字位置。
3
+ * -- 分割线中带有文字,可以用 orientation 指定文字位置。
4
4
  * en - Divider with title
5
- * --Divider with inner title, set orientation="left/right" to align it.
5
+ * --Divider with inner title, set orientation="left/right" to align it.
6
6
  */
7
7
  import React from 'react';
8
8
  declare const App: React.FC;
@@ -10,9 +10,9 @@ var _ = require("../..");
10
10
  var _jsxRuntime = require("react/jsx-runtime");
11
11
  /**
12
12
  * cn - 带文字的分割线
13
- * -- 分割线中带有文字,可以用 orientation 指定文字位置。
13
+ * -- 分割线中带有文字,可以用 orientation 指定文字位置。
14
14
  * en - Divider with title
15
- * --Divider with inner title, set orientation="left/right" to align it.
15
+ * --Divider with inner title, set orientation="left/right" to align it.
16
16
  */
17
17
 
18
18
  var App = function App() {
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * cn - 垂直分割线
3
- * -- 使用 mode="vertical" 设置为行内的垂直分割线。
3
+ * -- 使用 mode="vertical" 设置为行内的垂直分割线。
4
4
  * en - Vertical
5
- * -- Use type="vertical" make it vertical.
5
+ * --Use type="vertical" make it vertical.
6
6
  */
7
7
  import React from 'react';
8
8
  declare const App: React.FC;
@@ -10,9 +10,9 @@ var _ = require("../..");
10
10
  var _jsxRuntime = require("react/jsx-runtime");
11
11
  /**
12
12
  * cn - 垂直分割线
13
- * -- 使用 mode="vertical" 设置为行内的垂直分割线。
13
+ * -- 使用 mode="vertical" 设置为行内的垂直分割线。
14
14
  * en - Vertical
15
- * -- Use type="vertical" make it vertical.
15
+ * --Use type="vertical" make it vertical.
16
16
  */
17
17
 
18
18
  var App = function App() {