first commit
This commit is contained in:
7
frontend/node_modules/antd/lib/style/roundedArrow.d.ts
generated
vendored
Normal file
7
frontend/node_modules/antd/lib/style/roundedArrow.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { CSSObject } from '@ant-design/cssinjs';
|
||||
import type { AliasToken } from '../theme/interface';
|
||||
import type { CSSUtil } from '../theme/internal';
|
||||
export interface ArrowToken {
|
||||
}
|
||||
export declare function getArrowToken(token: AliasToken): ArrowToken;
|
||||
export declare const genRoundedArrow: <T extends AliasToken & ArrowToken & CSSUtil>(token: T, bgColor: string, boxShadow: string) => CSSObject;
|
||||
Reference in New Issue
Block a user