move to iife rather than es, add support for Wx and streamlit
This commit is contained in:
6
src/index.ts
Normal file
6
src/index.ts
Normal file
@ -0,0 +1,6 @@
|
||||
export * from './general';
|
||||
export * from './horizontal-line/horizontal-line';
|
||||
export * from './vertical-line/vertical-line';
|
||||
export * from './box/box';
|
||||
export * from './trend-line/trend-line';
|
||||
export * from './vertical-line/vertical-line';
|
||||
Reference in New Issue
Block a user