dk-plus
Version:
5 lines (4 loc) • 526 B
TypeScript
import type { DefineComponent, ComputedOptions, MethodOptions, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
import type { Install } from '../_utils/withInstall';
export declare const DkOptionGroup: Install<DefineComponent<{}, {}, unknown, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>>;
export default DkOptionGroup;