blob: 90eb3f49fd13865ad3bf15c92a73fdeb9c360f11 [file] [log] [blame]
// Partial declaration, just to cover the pieces we need.
declare module 'optimal-select' {
export default function optimalSelect(
element: Element,
options: {
root: Node,
},
): string;
}