Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/forms / build / dist / src / new-forms / plugins / index.d.ts
Size: Mime:
export { AddressLinePlugin, ZipCodePlugin, CityPlugin, CountryPlugin, ProvincePlugin, } from './AddressPlugins';
export { TelephonePlugin } from './TelephonePlugin';
export { EmailPlugin } from './EmailPlugin';
export { NamePlugin } from './NamePlugin';
export * from './CreditCardExpiryDatePlugin';
export * from './CreditCardPlugin';
export { ConfirmPasswordPlugin, PasswordPlugin, ConfirmPasswordState, } from './PasswordPlugin';
export { FieldSetPlugin } from './FieldSetPlugin';
export { IncrementerPlugin } from './IncrementerPlugin';
export { LabelPlugin } from './LabelPlugin';
export { RadioGroupPlugin } from './RadioGroupPlugin';
export { SelectDropDownPlugin } from './SelectDropDownPlugin';
export { TextAreaPlugin } from './TextAreaPlugin';
export { TextBoxPlugin } from './TextPlugin';
export { TogglePlugin, StyledToggle, StyledToggle as StyledToggleItem, StyledLabel, } from './TogglePlugin';