Skip to content

Commit

Permalink
Merge branch 'dist' into dev-to-dist
Browse files Browse the repository at this point in the history
  • Loading branch information
JackNoordhuis authored Dec 11, 2024
2 parents 62d0f54 + 346a082 commit 5baf2d9
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/Plugin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/Store.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/**
* Export functions and types.
*/
export { type KnownClassConstructor, type KnownConstructor, type AlpineComponentConstructor, type AlpineDataContext, type AlpineData, AlpineComponent } from './src/Component';
export { type ComponentList, ComponentStore, transformToAlpineData, makeAlpineConstructor } from './src/Store';
export * as Globals from './src/Global';
export { AlpineComponents, componentsPlugin } from './src/Plugin';
/**
* Alpine plugin as default export.
*/
import { componentsPlugin } from './src/Plugin';
export default componentsPlugin;
13 changes: 13 additions & 0 deletions index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5baf2d9

Please sign in to comment.