UNPKG

@brizy/ui

Version:
8 lines (7 loc) 317 B
import { ApplyProperties } from "../types"; export declare const getContentWidthProperty: (width: string) => ApplyProperties<{ "--brz-ui-frame-content-width": string; }>; export declare const getContentScrollbarWidth: (width: number) => ApplyProperties<{ "--brz-ui-frame-content-scrollbar-width": string; }>;