UNPKG

svarog-ui-core

Version:

Core components of Svarog UI without themes

7 lines (5 loc) 180 B
// src/components/Input/index.js import Input from './Input.js'; import { validateInput } from '../../utils/validation.js'; export default Input; export { Input, validateInput };