@trustcaptcha/trustcaptcha-vue
Version:
TrustCaptcha for Vue.js
5 lines (4 loc) • 400 B
TypeScript
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>;