UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

4 lines (3 loc) 231 B
import { ProductLabelProps } from './ProductLabel.types'; declare function ProductLabel({ open, onClose, children, footerStart, footerEnd }: ProductLabelProps): import("react/jsx-runtime").JSX.Element; export default ProductLabel;