UNPKG

apphouse

Version:

Component library for React that uses observable state management and theme-able components.

7 lines (6 loc) 181 B
/** * Convert a value to sp units (for Android devices) * @param value * @returns a string with the sufix 'sp' */ export declare const toSp: (value: string | number) => string;