solid-panes
Version:
Solid-compatible Panes: applets and views for the mashlib and databrowser
13 lines • 451 B
TypeScript
/**
* Profile Editing App Pane
*
* Unlike view panes, this is available any place whatever the real subject,
* and allows the user to edit their own profile.
*
* Usage: paneRegistry.register('profile/profilePane')
* or standalone script adding onto existing mashlib.
*/
import { PaneDefinition } from 'pane-registry';
declare const editProfileView: PaneDefinition;
export default editProfileView;
//# sourceMappingURL=editProfile.view.d.ts.map