UNPKG

scaler-js

Version:

Your best ally for easily building responsive web applications

11 lines (10 loc) 228 B
export type TransformPixelsOptions = { excludeAttributes: string[]; excludeSelectors: string[]; }; export type MappedProp = { key: string; value: string; selector: string; isExcludedSelector: boolean; };