UNPKG

@piiano/forms

Version:
10 lines (9 loc) 455 B
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 };