UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

4 lines (3 loc) 219 B
import type { FreeTextProps } from './FreeText.types'; declare const FreeText: ({ componentType, size, content, height, background, }: FreeTextProps) => import("react/jsx-runtime").JSX.Element; export default FreeText;