@hope-ui/solid
Version:
The SolidJS component library you've hoped for.
12 lines • 356 B
TypeScript
export declare const typography: {
/**
* Utility to visually truncating text after a fixed number of lines.
*/
noOfLines: (value: number | string) => {
overflow: string;
display: string;
"-webkit-box-orient": string;
"-webkit-line-clamp": string | number;
};
};
//# sourceMappingURL=typography.d.ts.map