UNPKG

89 BJavaScriptView Raw
1import parser from './parser';
2
3const name = 'checkbox';
4
5export default {parser, name};