UNPKG

@i-novus/ui-core

Version:

Базовые UI компоненты

7 lines (6 loc) 342 B
/// <reference types="react" /> import { ComponentBaseProps } from '../../core'; import { TypographyBodyProps } from './Typography'; export interface TextProps extends TypographyBodyProps, ComponentBaseProps { } export declare const Text: import("react").ForwardRefExoticComponent<TextProps & import("react").RefAttributes<HTMLSpanElement>>;