Skip to content

Commit

Permalink
feat: add index
Browse files Browse the repository at this point in the history
tested tree-shaking works
  • Loading branch information
jonathanstanley committed Feb 28, 2022
1 parent 2d0fc80 commit 874ea6d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.1-alpha.10",
"description": "Unstyled, headless, component-less, accessible UI system for Svelte",
"type": "module",
"main": "lib/index.js",
"scripts": {
"install": "npx tsc",
"release": "release-it --ci"
Expand Down
8 changes: 8 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// tested and tree shakable

export * from "./disclosure";
export * from "./tooltip";

export * from "./specAria";
export * from "./specHtml";
export * from "./utils";

0 comments on commit 874ea6d

Please sign in to comment.