export type ConfigProps = {
    label?: string;
    tip?: string;
};
