UNPKG

@spectrum-web-components/shared

Version:

Shared mixins, tools, etc. that support developing Spectrum Web Components.

5 lines (4 loc) 254 B
export declare const reparentChildren: <T extends Element>(srcElements: T[], destination: Element, { position, prepareCallback, }?: { position: InsertPosition; prepareCallback?: ((el: T) => void | ((el: T) => void)) | undefined; }) => () => T[];