UNPKG

solid-panes

Version:

Solid-compatible Panes: applets and views for the mashlib and databrowser

8 lines 247 B
declare const sharingPane: { icon: string; name: string; label: (subject: any, context: any) => "Sharing" | null; render: (subject: any, context: any) => any; }; export default sharingPane; //# sourceMappingURL=sharingPane.d.ts.map