UNPKG

@protorians/widgets

Version:

Create your web user interfaces with widgets

8 lines (7 loc) 272 B
export declare class RemMetric { static base(): number; static parse(value: string | number): string; static pixel(value: string | number): string; static centimeter(value: string | number): string; static millimeter(value: string | number): string; }