UNPKG

bigblocks

Version:

Complete Bitcoin UI component library - authentication, social, wallet, market, inscriptions, and blockchain interactions for React

7 lines (6 loc) 231 B
// Schema.org types for identity (matching profile-creator) export var SchemaType; (function (SchemaType) { SchemaType["Person"] = "Person"; SchemaType["Organization"] = "Organization"; })(SchemaType || (SchemaType = {}));