REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 1.34 KB
Close
//proc/thread-self/root/home/byroehnu/.trash/node_modules11/css-box-model/src/index.d.ts
Text
Base64
declare module 'css-box-model' { export type Position = { x: number; y: number; }; export type Rect = { top: number; right: number; bottom: number; left: number; width: number; height: number; x: number; y: number; center: Position; }; export type BoxModel = { marginBox: Rect; borderBox: Rect; paddingBox: Rect; contentBox: Rect; border: Spacing; padding: Spacing; margin: Spacing; }; export type AnyRectType = ClientRect | DOMRect | Rect | Spacing; export type Spacing = { top: number; right: number; bottom: number; left: number; }; export const getRect: ({ top, right, bottom, left }: Spacing) => Rect; export const expand: (target: Spacing, expandBy: Spacing) => Spacing; export const shrink: (target: Spacing, shrinkBy: Spacing) => Spacing; type CreateBoxArgs = { borderBox: AnyRectType; margin?: Spacing; border?: Spacing; padding?: Spacing; }; export const createBox: (boxArgs: CreateBoxArgs) => BoxModel; export const offset: (original: BoxModel, change: Position) => BoxModel; export const withScroll: (original: BoxModel, scroll?: Position) => BoxModel; export const calculateBox: ( borderBox: AnyRectType, styles: CSSStyleDeclaration, ) => BoxModel; export const getBox: (el: Element) => BoxModel; }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 2
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
index.d.ts
1.34 KB
lrw-r--r--
2026-02-28 00:28:00
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.js
6.09 KB
lrw-r--r--
2026-02-28 00:27:34
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).