@turnix-co/konva-editor 2.0.11 → 2.0.12
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 +2 -0
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -557,6 +557,8 @@ interface EditorRootProps {
|
|
|
557
557
|
*
|
|
558
558
|
* All konva-editor Tailwind utilities are scoped to the .konva-editor-root class
|
|
559
559
|
* via the `important` setting in tailwind.config.js
|
|
560
|
+
*
|
|
561
|
+
* Default styles are applied for full-screen layout. Override with the style prop if needed.
|
|
560
562
|
*/
|
|
561
563
|
declare function EditorRoot({ children, className, style }: EditorRootProps): react_jsx_runtime.JSX.Element;
|
|
562
564
|
|