Skip to content

Commit 3783e67

Browse files
authored
react live scope components export (#3286)
* react live scope components export * parych version update
1 parent 049f1fd commit 3783e67

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docuilib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uilib-docs",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"scripts": {
55
"docusaurus": "docusaurus",
66
"start": "docusaurus start",

docuilib/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export {default as ReactLiveScope} from './theme/ReactLiveScope';

0 commit comments

Comments
 (0)