UNPKG

@cmk/fe_utils

Version:
5 lines (4 loc) 158 B
export type NewLineTextProps = { text: string; }; export declare const NewlineText: (props: NewLineTextProps) => import("react/jsx-runtime").JSX.Element;