UNPKG

@brizy/ui

Version:
8 lines (7 loc) 274 B
import { ApplyProperties } from "../types"; export declare const getColumnGap: (gap: number) => ApplyProperties<{ "--brz-ui-masonry-column-gap": string; }>; export declare const getItemGap: (gap: number) => ApplyProperties<{ "--brz-ui-masonry-item-gap": string; }>;