UNPKG

114 BTypeScriptView Raw
1declare function remToPx(
2 value: string | number,
3 base?: string | number,
4): string;
5
6export default remToPx;