chore: re-run npm run build:docs (#2051)

This commit is contained in:
Eric Liu 2024-11-12 10:27:38 -08:00 committed by GitHub
commit 5f887f59e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 82 additions and 83 deletions

View file

@ -9,7 +9,7 @@ export function breakpointObserver(): {
subscribe: (
this: void,
run: Subscriber<any>,
invalidate?: (value?: any) => void
invalidate?: (value?: any) => void,
) => Unsubscriber;
/**
* Returns a store readable store that returns whether the current

View file

@ -2,4 +2,3 @@
export { default as Breakpoint } from "./Breakpoint.svelte";
export { breakpointObserver } from "./breakpointObserver";
export { breakpoints } from "./breakpoints";