export type ConfigProps = {
    label: string;
    key: string;
    callback: () => void;
    text: string;
};
