Skip to content

Commit

Permalink
fix(checkbox): export TransitionCheckState enum (#1147)
Browse files Browse the repository at this point in the history
  • Loading branch information
kara authored Aug 31, 2016
1 parent 8cc7e0b commit cda90f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/checkbox/checkbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const MD_CHECKBOX_CONTROL_VALUE_ACCESSOR: any = {
/**
* Represents the different states that require custom transitions between them.
*/
enum TransitionCheckState {
export enum TransitionCheckState {
/** The initial state of the component before any user interaction. */
Init,
/** The state representing the component when it's becoming checked. */
Expand Down

0 comments on commit cda90f3

Please sign in to comment.