@ark-ui/vue
Version:
A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.
7 lines (6 loc) • 517 B
TypeScript
import { VNode, DefineComponent, RendererNode, RendererElement, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
export declare const Dynamic: DefineComponent<{}, () => VNode< RendererNode, RendererElement, {
[key: string]: any;
}> | VNode< RendererNode, RendererElement, {
[key: string]: any;
}>[] | null, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;