UNPKG

@cmk/fe_utils

Version:
10 lines (9 loc) 213 B
export declare enum CSS_BOX_SIZING { ContentBox = "content-box", BorderBox = "border-box" } export declare const CSS_BOX_SIZING_OPTIONS: { value: string; label: string; textLabel: string; }[];