@piiano/forms
Version:
Piiano Forms SDK
10 lines (9 loc) • 455 B
TypeScript
import { createProtectedForm } from './protected-forms';
import { createProtectedView } from './protected-view';
import { controlForm } from './controlled-forms';
import { VaultClient as Client } from '@piiano/vault-client';
export type * from '@piiano/vault-client';
export type * from './options';
export type * from './controlled-forms';
export type * from './protected-forms';
export { createProtectedForm, createProtectedView, controlForm, Client };