@authup/client-web-kit
Version:
This package contains vue components.
10 lines • 472 B
TypeScript
import type { FormSubmitOptionsInput } from '@vuecs/form-controls';
import type { Ref, VNodeChild } from 'vue';
type FormSubmitTranslations = {
createText: Ref<string>;
updateText: Ref<string>;
};
export declare function createFormSubmitTranslations(): FormSubmitTranslations;
export declare function buildFormSubmitWithTranslations(options: FormSubmitOptionsInput, translations: FormSubmitTranslations): VNodeChild;
export {};
//# sourceMappingURL=submit.d.ts.map