baseui
Version:
A React Component library implementing the Base design language
11 lines (10 loc) • 424 B
TypeScript
import type { Border } from '../themes';
import type { StyleObject } from 'styletron-react';
export declare function hexToRgb(hex?: string, alpha?: string): string;
export declare const ellipsisText: {
readonly overflow: "hidden";
readonly textOverflow: "ellipsis";
readonly whiteSpace: "nowrap";
readonly wordWrap: "normal";
};
export declare function expandBorderStyles(borderStyles: Border): StyleObject;