shadcn-vue-packed
Version:
A Vue component library that exports components from shadcn/vue.
13 lines (12 loc) • 652 B
TypeScript
import { HTMLAttributes } from 'vue';
import { SplitterResizeHandleProps } from 'reka-ui';
type __VLS_Props = SplitterResizeHandleProps & {
class?: HTMLAttributes['class'];
withHandle?: boolean;
};
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
dragging: (isDragging: boolean) => any;
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
onDragging?: ((isDragging: boolean) => any) | undefined;
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
export default _default;