import React from 'react' import { useSelector } from 'state' import tld from 'utils/tld' import { DotCircle, Handle } from './misc' import styled from 'styles' export default function Defs(): JSX.Element { return ( ) } function ExpandDef() { const zoom = useSelector((s) => tld.getCurrentCamera(s.data).zoom) return ( ) } function HoverDef() { return ( ) } const StyledShadow = styled('feDropShadow', { floodColor: '$selected', })