Skip to content

Commit cda90f3

Browse files
authored
fix(checkbox): export TransitionCheckState enum (#1147)
1 parent 8cc7e0b commit cda90f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/checkbox/checkbox.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const MD_CHECKBOX_CONTROL_VALUE_ACCESSOR: any = {
3030
/**
3131
* Represents the different states that require custom transitions between them.
3232
*/
33-
enum TransitionCheckState {
33+
export enum TransitionCheckState {
3434
/** The initial state of the component before any user interaction. */
3535
Init,
3636
/** The state representing the component when it's becoming checked. */

0 commit comments

Comments
 (0)