UNPKG

@trustcaptcha/trustcaptcha-vue

Version:
5 lines (4 loc) 400 B
export interface InputProps<T> { modelValue?: T; } export declare const defineContainer: <Props, VModelType = string | number | boolean>(name: string, defineCustomElement: any, componentProps?: string[], modelProp?: string, modelUpdateEvent?: string) => import("vue").DefineSetupFnComponent<Props & InputProps<VModelType>, {}, {}, Props & InputProps<VModelType> & {}, import("vue").PublicProps>;