UNPKG

zent

Version:

一套前端设计语言和基于React的实现

7 lines (6 loc) 188 B
/// <reference types="react" /> export interface IFormNoticeProps { className?: string; style?: React.CSSProperties; } export declare const FormNotice: React.FC<IFormNoticeProps>;