UNPKG

custom-app

Version:

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

10 lines (9 loc) 322 B
import * as React from 'react'; import { BlockProps } from './Base'; import { Omit } from '../_util/type'; declare const TITLE_ELE_LIST: [1, 2, 3, 4]; declare type TitleProps = Omit<BlockProps & { level?: (typeof TITLE_ELE_LIST)[number]; }, 'strong'>; declare const Title: React.SFC<TitleProps>; export default Title;