UNPKG

custom-app

Version:

ITIMS��Ʒ�鿪��ר��React���,�Dz��ý��ּ�dhcc-app���������

10 lines (9 loc) 289 B
/// <reference types="react" /> export interface SkeletonTitleProps { prefixCls?: string; className?: string; style?: object; width?: number | string; } declare const Title: ({ prefixCls, className, width, style }: SkeletonTitleProps) => JSX.Element; export default Title;