UNPKG

@tarojsx/ui

Version:

We reinvents the UI for Taro3+

9 lines (8 loc) 292 B
import React from 'react'; import { AtCalendarControllerProps, AtCalendarControllerState } from 'taro-ui/types/calendar'; /** * @ignore */ export default class AtCalendarController extends React.Component<AtCalendarControllerProps, AtCalendarControllerState> { render(): JSX.Element; }