Repository URL to install this package:
|
Version:
1.0.3 ▾
|
export declare function getValueForKey(obj: any, keyString: any, defaultValue: any): any;
export declare function formatPrice(price: any): string;
export declare function updateState(component: any, newState: any): void;
export declare const pricifyFilter: (str: string) => string;