web components for a integratabtle atproto based guestbook
27
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 11 lines 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