Skip to content

Commit 7605893

Browse files
authored
fix(checkbox): export the LabelPosition as constant (#15410)
Closes #15398
1 parent 2f828db commit 7605893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export { type LabelPosition, IChangeCheckboxEventArgs } from "./checkbox-base.directive";
1+
export { LabelPosition, IChangeCheckboxEventArgs } from "./checkbox-base.directive";
22
export * from "./checkbox.component";

0 commit comments

Comments
 (0)