@xyo-network/react-shared
Version:
Common React library for all XYO projects that use React
14 lines • 455 B
TypeScript
export declare const parseMeausureString: (measure?: string, absolute?: number) => number | undefined;
export declare const parsePadding: (padding: string) => {
bottom: string;
left: string;
right: string;
top: string;
} | {
bottom: string;
right: string;
top: string;
left?: undefined;
} | undefined;
export declare const getActualPaddingX: (element: HTMLElement) => number;
//# sourceMappingURL=getActualPaddingX.d.ts.map