UNPKG

@launchmenu/core

Version:

An environment for visual keyboard controlled applets

9 lines 214 B
import { FC } from "react"; /** * Truncates text when it overflow the boundaries */ export declare const Truncated: FC<{ lines?: number; title?: string; }>; //# sourceMappingURL=Truncated.d.ts.map