FaasJS
Home
  • Guide
  • Documents
  • Starter Template
  • Changelog
  • Ecosystem

    • VS Code Plugin
    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security
  • English
  • 简体中文
Home
  • Guide
  • Documents
  • Starter Template
  • Changelog
  • Ecosystem

    • VS Code Plugin
    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security
  • English
  • 简体中文

Documents / @faasjs/ant-design / TitleProps

Interface: TitleProps

Properties

children?

optional children: Element

return children

h1?

optional h1: boolean | { className?: string; style?: CSSProperties; }

return a h1 element

plain?

optional plain: boolean

return a pure text element

separator?

optional separator: string

- as default

suffix?

optional suffix: string

title

title: string | string[]