mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
chore(breakpoint): add @ts-nocheck
for auto-generated Breakpoint
This commit is contained in:
parent
ece1779fac
commit
6388481f08
1 changed files with 2 additions and 0 deletions
2
src/Breakpoint/index.d.ts
vendored
2
src/Breakpoint/index.d.ts
vendored
|
@ -1,3 +1,5 @@
|
|||
// @ts-nocheck `Breakpoint` is auto-generated by `sveld`.
|
||||
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