@poupe/vue
Version:
Vue component library for Poupe UI framework with theme customization and accessibility support
8 lines • 488 B
text/typescript
import * as _$vue from "vue";
interface ThemeSchemeProps {
ariaLabel?: string;
}
declare const _default: typeof __VLS_export;
declare const __VLS_export: _$vue.DefineComponent<ThemeSchemeProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ThemeSchemeProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
export { _default as ThemeScheme };
//# sourceMappingURL=index.d.mts.map