4 lines
99 B
TypeScript
4 lines
99 B
TypeScript
import type { ComponentType } from 'react';
|
|
|
|
export const BackupConfiguration: ComponentType<any>;
|