@brizy/ui
Version:
React elements in Brizy style
8 lines (7 loc) • 317 B
TypeScript
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;
}>;