mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +08:00

* feat: carousel support cssvar * Update components/carousel/style/index.ts Co-authored-by: MadCcc <madccc@foxmail.com> Signed-off-by: 红果汁 <pingfj77@gmail.com> --------- Signed-off-by: 红果汁 <pingfj77@gmail.com> Co-authored-by: MadCcc <madccc@foxmail.com>
5 lines
171 B
TypeScript
5 lines
171 B
TypeScript
import { prepareComponentToken } from '.';
|
|
import { genCSSVarRegister } from '../../theme/internal';
|
|
|
|
export default genCSSVarRegister('Carousel', prepareComponentToken);
|