@vrx-arco/pro-components
Version:
<p align="center"> <img src="https://vrx-arco.github.io/arco-design-pro/favicon.svg" width="200" height="250"> </p>
9 lines (8 loc) • 477 B
TypeScript
/**
* 亮色暗色切换按钮
*/
export declare const ThemeDarkLight: import("vue").DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
change: (dark: boolean) => true;
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
onChange?: ((dark: boolean) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;