UNPKG

@kubit-ui-web/react-components

Version:

Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience

11 lines (10 loc) 399 B
import React from 'react'; import { ITextStandAlone } from './types/text'; /** * @description * Text component is a component that can be used to create a text. * @param {React.PropsWithChildren<ITextStandAlone>} props * @returns {JSX.Element} * @constructor */ export declare const TextStandAlone: React.ForwardRefExoticComponent<ITextStandAlone & React.RefAttributes<HTMLParagraphElement>>;