UNPKG

@prismai/prism-ladle

Version:

Enhanced component development environment based on Ladle, with multi-project support

7 lines (5 loc) 152 B
type WatcherT = () => void; export const watchers: WatcherT[] = []; export const storyUpdated = () => { watchers.forEach((watcher) => watcher()); };