first commit
This commit is contained in:
10
frontend/node_modules/antd/es/anchor/index.d.ts
generated
vendored
Normal file
10
frontend/node_modules/antd/es/anchor/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import InternalAnchor from './Anchor';
|
||||
import AnchorLink from './AnchorLink';
|
||||
export type { AnchorProps } from './Anchor';
|
||||
export type { AnchorLinkProps } from './AnchorLink';
|
||||
type InternalAnchorType = typeof InternalAnchor;
|
||||
type CompoundedComponent = InternalAnchorType & {
|
||||
Link: typeof AnchorLink;
|
||||
};
|
||||
declare const Anchor: CompoundedComponent;
|
||||
export default Anchor;
|
||||
Reference in New Issue
Block a user