We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc7e0b commit cda90f3Copy full SHA for cda90f3
src/lib/checkbox/checkbox.ts
@@ -30,7 +30,7 @@ export const MD_CHECKBOX_CONTROL_VALUE_ACCESSOR: any = {
30
/**
31
* Represents the different states that require custom transitions between them.
32
*/
33
-enum TransitionCheckState {
+export enum TransitionCheckState {
34
/** The initial state of the component before any user interaction. */
35
Init,
36
/** The state representing the component when it's becoming checked. */
0 commit comments