UNPKG

@brizy/ui

Version:
5 lines (4 loc) 173 B
import { ApplyProperties } from "../types"; export declare const getWidthStyle: (width?: string) => ApplyProperties<{ "--brz-ui-popover--width": string; }> | undefined;