source:
imaps-frontend/node_modules/@popperjs/core/lib/utils/mergeByName.d.ts
Last change on this file was d565449, checked in by , 4 weeks ago | |
---|---|
|
|
File size: 162 bytes |
Line | |
---|---|
1 | import type { Modifier } from "../types"; |
2 | export default function mergeByName(modifiers: Array<Partial<Modifier<any, any>>>): Array<Partial<Modifier<any, any>>>; |
Note:
See TracBrowser
for help on using the repository browser.