solid-panes
Version:
Solid-compatible Panes: applets and views for the mashlib and databrowser
16 lines • 579 B
TypeScript
/**
* Display A Public Profile Pane
*
* This is the subject's primary representation in the world.
* When anyone scans the QR code of their WebID on their card, it takes them
* to here and here alone. This had better be good. This had better be
* worth the subject joining solid for
* - informative
*
* Usage: paneRegistry.register('profile/profilePane')
* or standalone script adding onto existing mashlib.
*/
import { PaneDefinition } from 'pane-registry';
declare const thisPane: PaneDefinition;
export default thisPane;
//# sourceMappingURL=profile.view.d.ts.map