UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

6 lines (5 loc) 215 B
import Button from './Button'; import BaseButton from './BaseButton'; import type { BaseButtonProps, ButtonProps } from './Button.types'; export { Button, BaseButton }; export type { ButtonProps, BaseButtonProps };