UNPKG

@protorians/widgets

Version:

Create your web user interfaces with widgets

3 lines (2 loc) 246 B
import type { IWidgetDeclaration, IWidgetDeclarationExploded } from "../types/index.js"; export declare function declarationExplodes<D extends IWidgetDeclaration<any, any>, T>(props: D, targetKeys: (keyof T)[]): IWidgetDeclarationExploded<D, T>;