UNPKG

@cranberry-money/shared-utils

Version:

Shared utility functions for Blueberry platform

4 lines 271 B
import type { Asset } from '@cranberry-money/shared-types'; export declare function getAssetType(asset: Asset): string; export declare function getAssetTypeVariant(asset: Asset): 'primary' | 'warning' | 'success' | 'info' | 'neutral'; //# sourceMappingURL=assets.d.ts.map