UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

10 lines (9 loc) 265 B
import type { PresentationElementSize } from '../presentations.types'; interface FreeTextProps { componentType: 'freeText'; size?: PresentationElementSize; content: string; height?: number; background?: boolean; } export type { FreeTextProps };