mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-05 01:19:45 +08:00
29a427f67d
* feat: Flex support cssVar * fix: fix * fix: fix * Apply suggestions from code review Signed-off-by: MadCcc <1075746765@qq.com> * Apply suggestions from code review Signed-off-by: MadCcc <1075746765@qq.com> * Apply suggestions from code review Signed-off-by: MadCcc <1075746765@qq.com> --------- Signed-off-by: MadCcc <1075746765@qq.com> Co-authored-by: MadCcc <madccc@foxmail.com>
5 lines
175 B
TypeScript
5 lines
175 B
TypeScript
import { prepareComponentToken } from '.';
|
|
import { genCSSVarRegister } from '../../theme/internal';
|
|
|
|
export default genCSSVarRegister<'Flex'>('Flex', prepareComponentToken);
|