@ark-ui/vue
Version:
A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.
13 lines (12 loc) • 654 B
TypeScript
import { SVGAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
import { PolymorphicProps } from '../factory';
export interface SignaturePadSegmentBaseProps extends PolymorphicProps {
}
export interface SignaturePadSegmentProps extends SignaturePadSegmentBaseProps,
/**
* @vue-ignore
*/
SVGAttributes {
}
declare const _default: DefineComponent<SignaturePadSegmentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SignaturePadSegmentProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
export default _default;