export interface ICheckboxInput {
    color?: string;
}
export interface IDropType {
    dropPrev?: boolean;
    dropNext?: boolean;
    dropInner?: boolean;
}
