web components for a integrable atproto based guestbook
at main 359 B view raw
1// Core component exports 2export { GuestbookSignElement } from './guestbook-sign'; 3export { GuestbookDisplayElement } from './guestbook-display'; 4 5// Configuration 6export { configureGuestbook, isConfigured, getConfig } from './config'; 7export type { GuestbookConfig } from './config'; 8 9// Types 10export type { GuestbookSignature } from './guestbook-display'; 11