Skip to content

Commit 5baf2d9

Browse files
Merge branch 'dist' into dev-to-dist
2 parents 62d0f54 + 346a082 commit 5baf2d9

4 files changed

Lines changed: 27 additions & 2 deletions

File tree

dist/Plugin.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/Store.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.d.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/**
2+
* Export functions and types.
3+
*/
4+
export { type KnownClassConstructor, type KnownConstructor, type AlpineComponentConstructor, type AlpineDataContext, type AlpineData, AlpineComponent } from './src/Component';
5+
export { type ComponentList, ComponentStore, transformToAlpineData, makeAlpineConstructor } from './src/Store';
6+
export * as Globals from './src/Global';
7+
export { AlpineComponents, componentsPlugin } from './src/Plugin';
8+
/**
9+
* Alpine plugin as default export.
10+
*/
11+
import { componentsPlugin } from './src/Plugin';
12+
export default componentsPlugin;

index.js

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)