Panel Plugin import field props

Hi,
This is my first time writing here. So if i am missing anything please let me know.

I am trying to figure out how to make my own Kirby Panel Field.
I have followed the guide “My First Panel Field” i want to take inspiration from the structure field.
What i want is to be able to use the same import as in kirby/StructureField.vue at main · getkirby/kirby · GitHub

import { props as Field } from "@/components/Forms/Field.vue";

Does anybody know how to do this?

So what i am trying to accomplish with this plugin is to extend the existing structure field so i am able to use nested draggable.

Hope it makes sense.