UNPKG

tdesign-react

Version:
11 lines (10 loc) 407 B
import React from 'react'; import type { StyledProps } from '../common'; import type { TdTitleProps } from './type'; export type TypographyTitleProps = TdTitleProps & StyledProps & { children: React.ReactNode; }; export declare const Title: React.ForwardRefExoticComponent<TdTitleProps & StyledProps & { children: React.ReactNode; } & React.RefAttributes<HTMLHeadingElement>>; export default Title;