@gridland/web 0.2.19 → 0.2.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +3 -49
- package/dist/index.js +10 -123
- package/dist/index.js.map +4 -4
- package/dist/{next-BWTklBmN.d.ts → next-BCubNgui.d.ts} +1 -1
- package/dist/next.d.ts +1 -1
- package/package.json +1 -1
|
@@ -362,4 +362,4 @@ interface TUIProps {
|
|
|
362
362
|
*/
|
|
363
363
|
declare function TUI({ children, style, className, fontSize, fontFamily, autoFocus, backgroundColor, onReady, fallbackCols, fallbackRows, }: TUIProps): react_jsx_runtime.JSX.Element;
|
|
364
364
|
|
|
365
|
-
export { BrowserRenderer as B, CanvasPainter as C, RGBA as R, SelectionManager as S, TUI as T, type WidthMethod as W, BrowserRenderContext as a,
|
|
365
|
+
export { BrowserRenderer as B, CanvasPainter as C, RGBA as R, SelectionManager as S, TUI as T, type WidthMethod as W, BrowserRenderContext as a, type BorderDrawOptions as b, BrowserBuffer as c, type CanvasPainterOptions as d, type TUIProps as e };
|
package/dist/next.d.ts
CHANGED