solid-panes
Version:
Solid-compatible Panes: applets and views for the mashlib and databrowser
9 lines • 349 B
TypeScript
/** some builtin simple views **/
export declare function propertyViews(dom: any): {
properties: never[];
defaults: never[];
classes: never[];
};
/** add a property view function **/
export declare function viewsAddPropertyView(views: any, property: any, pviewfunc: any, isDefault: any): void;
//# sourceMappingURL=propertyViews.d.ts.map