mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 19:01:05 +00:00
chore: re-run npm run build:docs
This commit is contained in:
parent
e23a4d1994
commit
647b5ab784
6 changed files with 82 additions and 83 deletions
2
types/Breakpoint/breakpointObserver.d.ts
vendored
2
types/Breakpoint/breakpointObserver.d.ts
vendored
|
@ -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
|
||||
|
|
1
types/Breakpoint/index.d.ts
vendored
1
types/Breakpoint/index.d.ts
vendored
|
@ -2,4 +2,3 @@
|
|||
export { default as Breakpoint } from "./Breakpoint.svelte";
|
||||
export { breakpointObserver } from "./breakpointObserver";
|
||||
export { breakpoints } from "./breakpoints";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue