mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-16 18:09:22 +08:00
194dbcedfa
* feat: Anchor support cssVar * fix: fix * fix: fix * Update components/anchor/style/index.ts Co-authored-by: MadCcc <madccc@foxmail.com> Signed-off-by: lijianan <574980606@qq.com> * fix: fix * fix: fix * fix: fix * fix: fix * fix: fix * fix: fix --------- Signed-off-by: lijianan <574980606@qq.com> Co-authored-by: MadCcc <madccc@foxmail.com>
5 lines
179 B
TypeScript
5 lines
179 B
TypeScript
import { prepareComponentToken } from '.';
|
|
import { genCSSVarRegister } from '../../theme/internal';
|
|
|
|
export default genCSSVarRegister<'Anchor'>('Anchor', prepareComponentToken);
|