UNPKG

vuestic-ui

Version:
6 lines (5 loc) 223 B
import { ComponentInternalInstance, Ref } from 'vue'; import { Props } from './shared'; export declare const createAttrs: (instance: ComponentInternalInstance, propsFromConfig: Ref<Props>) => { [x: string]: unknown; };