export type ConfigProps = {
    label: string;
    key: string;
    callback: (param?: any) => null;
};
