mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-12 23:35:38 +08:00
684bb15258
* feat: App support cssVar * fix: fix * fix: fix * Apply suggestions from code review Signed-off-by: MadCcc <1075746765@qq.com> * Update components/app/style/index.ts Signed-off-by: MadCcc <1075746765@qq.com> --------- Signed-off-by: MadCcc <1075746765@qq.com> Co-authored-by: MadCcc <madccc@foxmail.com>
5 lines
173 B
TypeScript
5 lines
173 B
TypeScript
import { prepareComponentToken } from '.';
|
|
import { genCSSVarRegister } from '../../theme/internal';
|
|
|
|
export default genCSSVarRegister<'App'>('App', prepareComponentToken);
|