chore: add exports/imports

This commit is contained in:
Ilia Mashkov
2026-02-15 23:03:09 +03:00
parent 4fdc99a15a
commit 1031b96ec5
3 changed files with 16 additions and 0 deletions

View File

@@ -7,10 +7,17 @@ export { default as ExpandableWrapper } from './ExpandableWrapper/ExpandableWrap
export { default as Footnote } from './Footnote/Footnote.svelte';
export { default as IconButton } from './IconButton/IconButton.svelte';
export { default as Input } from './Input/Input.svelte';
export type {
InputProps,
InputSize,
InputVariant,
} from './Input/Input.svelte';
export { default as Loader } from './Loader/Loader.svelte';
export { default as Logo } from './Logo/Logo.svelte';
export { default as PerspectivePlan } from './PerspectivePlan/PerspectivePlan.svelte';
export { default as SearchBar } from './SearchBar/SearchBar.svelte';
export { default as Section } from './Section/Section.svelte';
export { default as SidebarMenu } from './SidebarMenu/SidebarMenu.svelte';
export { default as Skeleton } from './Skeleton/Skeleton.svelte';
export { default as Slider } from './Slider/Slider.svelte';
export { default as SmoothScroll } from './SmoothScroll/SmoothScroll.svelte';