UNPKG

press-ui

Version:

简单、易用的跨端组件库,兼容 Vue2 和 Vue3,同时支持 uni-app和普通 Vue 项目

9 lines (8 loc) 325 B
type IDate = string | number | Date; declare function getMonths(minDate: IDate, maxDate: IDate): number[]; declare function getButtonDisabled(type: string, currentDate?: any): boolean; declare const innerDefault: { getMonths: typeof getMonths; getButtonDisabled: typeof getButtonDisabled; }; export default innerDefault;