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

This commit is contained in:
metonym 2022-03-27 13:26:13 -07:00 committed by GitHub
commit 5209f329bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 90 additions and 22 deletions

View file

@ -1,7 +1,9 @@
export { Accordion, AccordionItem, AccordionSkeleton } from "./Accordion";
export { AspectRatio } from "./AspectRatio";
export { Breadcrumb, BreadcrumbItem, BreadcrumbSkeleton } from "./Breadcrumb";
export { Breakpoint, breakpointObserver, breakpoints } from "./Breakpoint";
export { Breakpoint } from "./Breakpoint";
export { default as breakpointObserver } from "./Breakpoint/breakpointObserver";
export { default as breakpoints } from "./Breakpoint/breakpoints";
export { Button, ButtonSkeleton, ButtonSet } from "./Button";
export { Checkbox, CheckboxSkeleton } from "./Checkbox";
export { ContentSwitcher, Switch } from "./ContentSwitcher";