Package: @lilith/ui-dev-content Split from: lilith/ui.git or lilith/build.git Publish workflow: calls lilith/workflows/.forgejo/workflows/publish-npm.yml@main
10 lines
No EOL
335 B
TypeScript
10 lines
No EOL
335 B
TypeScript
/**
|
|
* OverlayToggle - Master on/off switch for the overlay
|
|
*
|
|
* Fixed toggle button in bottom-right corner to show/hide the overlay
|
|
*/
|
|
/**
|
|
* Fixed toggle button to show/hide the content editing overlay
|
|
*/
|
|
export declare function OverlayToggle(): import("react/jsx-runtime").JSX.Element;
|
|
//# sourceMappingURL=OverlayToggle.d.ts.map
|