export interface IDrawerConfig { visible?: boolean; loading?: boolean; nativeProps?: any; data?: Record; events?: Record; tabs?: { show?: boolean; active?: string; options?: any[]; events?: Record; }; [key: string]: any; }