export type ConfigProps = {
    label: string;
    expand: boolean;
};
