mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 03:29:59 +08:00
b0e528d14c
* use flex * show clear btn * support one way * add dropdown * add pagination * support pagination * use flex * operation stretch * pagination works * update selection logic * no need to show checkbox on pagination * fix tree demo * support invert selection * remove current pages * update style * update snapshot * clean up * update test case * update test case * update snapshot * fix lint * add deps * update doc * update hover style * update hover checked style * adjust demo & active region * fix lint * update snapshot
12 lines
286 B
TypeScript
12 lines
286 B
TypeScript
import '../../style/index.less';
|
|
import './index.less';
|
|
|
|
// style dependencies
|
|
import '../../empty/style';
|
|
import '../../checkbox/style';
|
|
import '../../button/style';
|
|
import '../../input/style';
|
|
import '../../menu/style';
|
|
import '../../dropdown/style';
|
|
import '../../pagination/style';
|