UNPKG

@ark-ui/vue

Version:

A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.

14 lines (13 loc) 660 B
import { ItemProps } from '@zag-js/timer'; import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; import { PolymorphicProps } from '../factory'; export interface TimerItemBaseProps extends ItemProps, PolymorphicProps { } export interface TimerItemProps extends TimerItemBaseProps, /** * @vue-ignore */ HTMLAttributes { } declare const _default: DefineComponent<TimerItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TimerItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; export default _default;