export const animationDuration = 100;
export const defaultUncheckedColor = '#757575';
export const defaultCheckedColor = '#2196F3';
export const defaultDisabledColor = '#BDBDBD';
