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

* feat: Breadcrumb support cssVar * fix: fix * Update components/breadcrumb/style/index.ts Co-authored-by: MadCcc <madccc@foxmail.com> Signed-off-by: lijianan <574980606@qq.com> * Update components/breadcrumb/style/index.ts Co-authored-by: MadCcc <madccc@foxmail.com> Signed-off-by: lijianan <574980606@qq.com> * fix: fix --------- Signed-off-by: lijianan <574980606@qq.com> Co-authored-by: MadCcc <madccc@foxmail.com>
5 lines
187 B
TypeScript
5 lines
187 B
TypeScript
import { prepareComponentToken } from '.';
|
|
import { genCSSVarRegister } from '../../theme/internal';
|
|
|
|
export default genCSSVarRegister<'Breadcrumb'>('Breadcrumb', prepareComponentToken);
|