@yourdash/uikit 0.1.21 → 0.1.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -496,6 +496,13 @@ export declare const UKLink: FC<default_2.PropsWithChildren<{
496
496
  hideLinkIcon?: boolean;
497
497
  }>>;
498
498
 
499
+ export declare const UKLinkButton: FC<default_2.PropsWithChildren<{
500
+ text?: string;
501
+ onClick: () => void;
502
+ className?: string;
503
+ hideLinkIcon?: boolean;
504
+ }>>;
505
+
499
506
  export declare const UKNavBar: default_2.FC<{
500
507
  leftSection?: default_2.ReactElement | default_2.ReactElement[];
501
508
  centerSection?: default_2.ReactElement | default_2.ReactElement[];