UNPKG

grcm-components

Version:

> ⚡ Crea formularios dinámicos en Angular de forma rápida, limpia y reutilizable.

19 lines (18 loc) 1.45 kB
export * from './lib/ui/components/button/interfaces/button-sizes.type'; export * from './lib/ui/components/button/interfaces/button-types.type'; export * from './lib/ui/components/button/interfaces/button-variants.type'; export * from './lib/ui/components/button/grcm-button.component'; export * from './lib/ui/components/controls/form/interfaces/data-form.interface'; export * from './lib/ui/components/controls/form/interfaces/form-change.interface'; export * from './lib/ui/components/controls/form/interfaces/form-field.interface'; export * from './lib/ui/components/controls/form/interfaces/generic-object.interface'; export * from './lib/ui/components/controls/form/interfaces/response-form.interface'; export * from './lib/ui/components/controls/form/interfaces/args.interface'; export * from './lib/ui/components/controls/form/utils/createGrcmControl'; export * from './lib/ui/components/controls/form/grcm-form.component'; export * from './lib/ui/components/controls/control/grcm-control.component'; export * from './lib/ui/components/controls/form-field/grcm-form-field.component'; export * from './lib/ui/components/controls/plain-form-field/grcm-plain-form-field.component'; export * from './lib/ui/components/controls/input/grcm-input.component'; export * from './lib/ui/components/examples/forms/login/interfaces/grcm-user-login-example.interface'; export * from './lib/ui/components/examples/forms/login/example-login.component';