UNPKG
molstar-svelte
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Mol* Svelte Components
molstar-svelte
/
dist
/
index.js
6 lines
(5 loc)
•
275 B
JavaScript
View Raw
1
2
3
4
5
6
import
SimpleWrapper
from
'./wrappers/SimpleWrapper.svelte'
;
import
StructureURL
from
'./elements/StructureURL.svelte'
;
import
StructureRCSB
from
'./elements/StructureRCSB.svelte'
;
// Reexport your entry components here
export
{
SimpleWrapper
,
StructureURL
,
StructureRCSB
};