@lunit/oui
Version:
Lunit Oncology UI components
9 lines (8 loc) • 465 B
TypeScript
import { ComponentType } from 'react';
declare const StyledDialog: ComponentType<any>;
declare const StyledHeaderBox: ComponentType<any>;
declare const StyledTitle: ComponentType<any>;
declare const StyledDialogTitle: ComponentType<any>;
declare const StyledDialogContent: ComponentType<any>;
declare const StyledDialogActions: ComponentType<any>;
export { StyledDialog, StyledHeaderBox, StyledTitle, StyledDialogTitle, StyledDialogContent, StyledDialogActions, };