UNPKG

react-live-unplugin

Version:

Turn React components into live code blocks with ease.

5 lines (4 loc) 155 B
import type { Thenable } from "unplugin"; export declare function interopDefault<T>(m: Thenable<T>): Promise<T extends { default: infer U; } ? U : T>;