vue-weather-ui
Version:
A beautiful Vue 3 weather UI components library with mini mode support and QWeather integration
12 lines (11 loc) • 556 B
TypeScript
import { DailyForecastProps } from '../types/weather';
interface Props extends DailyForecastProps {
}
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
days: number;
mini: boolean;
theme: "light" | "dark";
locale: "zh" | "en";
showTitle: boolean;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
export default _default;