first commit
This commit is contained in:
6
frontend/node_modules/antd/lib/input/style/textarea.d.ts
generated
vendored
Normal file
6
frontend/node_modules/antd/lib/input/style/textarea.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { ComponentToken } from './token';
|
||||
import { initComponentToken, initInputToken } from './token';
|
||||
export type { ComponentToken };
|
||||
export { initComponentToken, initInputToken };
|
||||
declare const _default: (prefixCls: string, rootCls?: string) => readonly [(node: React.ReactElement) => React.ReactElement, string, string];
|
||||
export default _default;
|
||||
Reference in New Issue
Block a user