INIT
This commit is contained in:
Generated
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
import type { TextSelectionLayerImplProps } from "./types.js";
|
||||
declare const TextSelectionLayer: import("svelte").Component<TextSelectionLayerImplProps, {}, "">;
|
||||
type TextSelectionLayer = ReturnType<typeof TextSelectionLayer>;
|
||||
export default TextSelectionLayer;
|
||||
Reference in New Issue
Block a user