mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-09 02:49:18 +08:00
feat: zeroRuntime (#54334)
* feat: zeroRuntime * feat: generate full style * feat: add antd.css into global css * chore: revert site change * docs: add docs * chore: update scripts * chore: add test
This commit is contained in:
@@ -7,7 +7,7 @@ type StyleFn = (prefix?: string) => void;
|
||||
|
||||
interface GenCssinjsOptions {
|
||||
key: string;
|
||||
render: (Component: React.FC, filepath: string) => void;
|
||||
render?: (Component: React.FC, filepath: string) => void;
|
||||
beforeRender?: (componentName: string) => void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user