UNPKG

y-taro-ui

Version:

基于taro的表单解决方案 & 基础组件

10 lines (9 loc) 296 B
import React from 'react'; import './index.less'; export interface TitleProps { title: React.ReactNode; subtitle?: React.ReactNode; children?: React.ReactNode; } export declare const Title: React.MemoExoticComponent<(props: TitleProps) => JSX.Element>; export default Title;