UNPKG

zarm

Version:

基于 React 的移动端UI库

10 lines (9 loc) 275 B
import React from 'react'; interface HeaderProps { months: Date[]; currentMonth: number; changeMonth: Function; } declare function Header(props: HeaderProps): JSX.Element; declare const _default: React.MemoExoticComponent<typeof Header>; export default _default;