UNPKG

linkmore-design

Version:

🌈 πŸš€lmη»„δ»ΆεΊ“γ€‚πŸš€

11 lines (10 loc) β€’ 381 B
import InternalAnchor from './Anchor'; import AnchorLink from './AnchorLink'; export type { AnchorProps } from './Anchor'; export type { AnchorLinkProps } from './AnchorLink'; declare type InternalAnchorType = typeof InternalAnchor; interface AnchorInterface extends InternalAnchorType { Link: typeof AnchorLink; } declare const Anchor: AnchorInterface; export default Anchor;