build(types): copy .d.ts files from src to types

This commit is contained in:
Eric Liu 2022-03-27 13:04:58 -07:00
commit 613d58cb04
13 changed files with 90 additions and 22 deletions

3
types/Breakpoint/index.d.ts vendored Normal file
View file

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