@lunit/oui
Version:
Lunit Oncology UI components
7 lines (6 loc) • 350 B
TypeScript
import { ComponentType } from 'react';
import type { StepperTypographyProps } from './Stepper.types';
export declare const StepperContainer: ComponentType<any>;
export declare const ChipContainer: ComponentType<any>;
export declare const StepperChip: ComponentType<any>;
export declare const StepperTypography: ComponentType<StepperTypographyProps>;