ant-design/components/carousel/style/cssVar.ts
红果汁 c9a1eac204
feat: Carousel support cssVar (#45837)
* 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>
2023-11-13 20:14:13 +08:00

5 lines
171 B
TypeScript

import { prepareComponentToken } from '.';
import { genCSSVarRegister } from '../../theme/internal';
export default genCSSVarRegister('Carousel', prepareComponentToken);