mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-17 03:01:25 +00:00
build(types): copy .d.ts files from src to types (#1218)
This commit is contained in:
parent
4d955900ad
commit
5209f329bd
13 changed files with 90 additions and 22 deletions
|
@ -78,3 +78,5 @@ function checkSizeValid(size) {
|
|||
if (size in breakpoints == false)
|
||||
throw new Error(`"${size}" is not a valid breakpoint size.`);
|
||||
}
|
||||
|
||||
export default breakpointObserver;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue