Buckets:
| export type SpacingOptions = number | string | 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, transform?: Spacing | (() => undefined) | ((abs: number | string) => number | number)): Spacing; |
Xet Storage Details
- Size:
- 724 Bytes
- Xet hash:
- 24c40a18c9ce4c42c0ac03e4dad1ced4c0c7dc02a1493ccc662f189f86756d70
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.