UNPKG

opal-components

Version:

[Rionite](https://github.com/Riim/Rionite) component set.

10 lines (9 loc) 405 B
import { OpalInputValidator, OpalInputValidatorRule } from '../opal-input-validator'; import { OpalSelect } from '../opal-select'; import './index.css'; export { OpalSelectValidatorRule } from './opal-select-validator-rule'; export declare class OpalSelectValidator extends OpalInputValidator { select: OpalSelect; ready(): void; _checkValue(rule: OpalInputValidatorRule): boolean; }