cs
This commit is contained in:
11
node_modules/@ant-design/cssinjs-utils/es/hooks/usePrefix.d.ts
generated
vendored
Normal file
11
node_modules/@ant-design/cssinjs-utils/es/hooks/usePrefix.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
export type UsePrefix = () => {
|
||||
/**
|
||||
* All the component use `@ant-design/cssinjs-utils` should have same `rootPrefixCls`.
|
||||
*/
|
||||
rootPrefixCls: string;
|
||||
/**
|
||||
* `iconPrefixCls` comes from the setting of `@ant-design/icons`.
|
||||
* Here maybe little coupling but everyone need use this.
|
||||
*/
|
||||
iconPrefixCls: string;
|
||||
};
|
||||
Reference in New Issue
Block a user