download
raw
639 Bytes
export type SpacingOptions = number | Spacing | ((abs: number) => number | string) | ((abs: number | string) => number | string) | ReadonlyArray<string | number>;
export type SpacingArgument = number | string;
export interface Spacing {
(): string;
(value: SpacingArgument): string;
(topBottom: SpacingArgument, rightLeft: SpacingArgument): string;
(top: SpacingArgument, rightLeft: SpacingArgument, bottom: SpacingArgument): string;
(top: SpacingArgument, right: SpacingArgument, bottom: SpacingArgument, left: SpacingArgument): string;
}
export default function createSpacing(spacingInput?: SpacingOptions): Spacing;

Xet Storage Details

Size:
639 Bytes
·
Xet hash:
ed73465c508699bb716f12eed5cea9fbb63321faf639c832683e9478e1e131ef

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.