暴露 ListGroup

This commit is contained in:
2betop 2020-06-09 16:42:24 +08:00
parent 298d0ef612
commit 43435b3ba6
1 changed files with 3 additions and 1 deletions

View File

@ -49,6 +49,7 @@ import ResultBox from './ResultBox';
import InputBox from './InputBox';
import ListRadios from './ListRadios';
import TreeRadios from './TreeRadios';
import ListGroup from './ListGroup';
export {
NotFound,
@ -100,5 +101,6 @@ export {
ResultBox,
InputBox,
ListRadios,
TreeRadios
TreeRadios,
ListGroup
};