UNPKG

@ark-ui/vue

Version:

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

13 lines (12 loc) 688 B
import { SelectHTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; import { PolymorphicProps } from '../factory'; export interface ColorPickerFormatSelectBaseProps extends PolymorphicProps { } export interface ColorPickerFormatSelectProps extends ColorPickerFormatSelectBaseProps, /** * @vue-ignore */ SelectHTMLAttributes { } declare const _default: DefineComponent<ColorPickerFormatSelectProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ColorPickerFormatSelectProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; export default _default;