fix(striker-ui): export testLength() in barrel

main
Tsu-ba-me 2 years ago
parent cb071709be
commit 691c54875a
  1. 3
      striker-ui/lib/test_input/index.ts

@ -1,6 +1,7 @@
import testInput from './testInput'; import testInput from './testInput';
import testLength from './testLength';
import testMax from './testMax'; import testMax from './testMax';
import testNotBlank from './testNotBlank'; import testNotBlank from './testNotBlank';
import testRange from './testRange'; import testRange from './testRange';
export { testInput, testMax, testNotBlank, testRange }; export { testInput, testLength, testMax, testNotBlank, testRange };

Loading…
Cancel
Save