export interface BasePropsType {
    className?: string;
    prefixCls?: string;
    style?: string;
}
