rm deprecated linkCOlor

This commit is contained in:
akcodez
2025-12-02 11:52:23 -08:00
parent 2ff14e4224
commit c01749eba2

View File

@@ -1,5 +1,5 @@
export { Link } from './Link';
export type { LinkProps, LinkVariant, LinkSize, LinkColor, LinkIconType } from './Link';
export type { LinkProps, LinkVariant, LinkSize, LinkIconType } from './Link';
export { LinkArrow } from './LinkArrow';
export type { LinkArrowProps, LinkArrowVariant, LinkArrowSize } from './LinkArrow';