Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/ui / dist / client / styles / replacements.d.ts
Size: Mime:
export declare const matchPhoneOrSmaller: RegExp;
export declare const matchPhoneOrLarger: RegExp;
export declare const matchTabletOrSmaller: RegExp;
export declare const matchDesktopOrSmaller: RegExp;
export declare const matchTabletOrLarger: RegExp;
export declare const matchDesktopOrLarger: RegExp;
export declare const matchBigOrLarger: RegExp;
export declare const matchExtraBigeOrLarger: RegExp;
export declare const matchContainer: RegExp;
export declare const matchREM: RegExp;
export declare const matchVW: RegExp;
export declare const matchDynamicHeight: RegExp;
export declare const matchFont: RegExp;
export declare const matchQualityAssurance: RegExp;
export declare const replacements: any[][];