Skip to content

Commit

Permalink
fix(checkbox): export type event
Browse files Browse the repository at this point in the history
  • Loading branch information
aesteves60 authored and dpellier committed Jul 29, 2024
1 parent 9801bdb commit c8cbb59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ods/src/components/checkbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint:scss": "stylelint 'src/components/**/*.scss'",
"lint:ts": "eslint '{src,tests}/**/*.{js,ts,tsx}'",
"start": "stencil build --dev --watch --serve",
"test:e2e": "stencil test --e2e --config stencil.config.ts",
"test:e2e": "stencil test --e2e --runInBand --config stencil.config.ts",
"test:e2e:ci": "tsc --noEmit && stencil test --e2e --ci --runInBand --config stencil.config.ts",
"test:spec": "stencil test --spec --config stencil.config.ts --coverage",
"test:spec:ci": "tsc --noEmit && stencil test --config stencil.config.ts --spec --ci --coverage"
Expand Down
1 change: 1 addition & 0 deletions packages/ods/src/components/checkbox/src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { OdsCheckbox } from './components/ods-checkbox/ods-checkbox';
export { type OdsCheckboxValueChangeEvent, type OdsCheckboxValueChangeEventDetail } from './interfaces/event';

0 comments on commit c8cbb59

Please sign in to comment.