@lunit/oui
Version:
Lunit Oncology UI components
4 lines (3 loc) • 370 B
TypeScript
import type { PresentationSymbolProps, PresentationTypographyProps } from './presentations.types';
export declare const PresentationTypography: (props: PresentationTypographyProps) => import("react/jsx-runtime").JSX.Element;
export declare const PresentationSymbolIcon: ({ symbol, color, isDimmed, }: PresentationSymbolProps) => import("react/jsx-runtime").JSX.Element;