@hexure/ui 1.8.8 → 1.8.9
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
|
@@ -330,7 +330,7 @@ interface LinkProps extends AccessibleProps {
|
|
|
330
330
|
}
|
|
331
331
|
declare const Link: FC<LinkProps>;
|
|
332
332
|
|
|
333
|
-
declare const Loader:
|
|
333
|
+
declare const Loader: FC;
|
|
334
334
|
|
|
335
335
|
interface LogoProps extends AccessibleProps {
|
|
336
336
|
type?: 'mark_red' | 'mark_white' | 'standard_white' | 'standard_black' | 'standard_full' | 'standard_reversed';
|