chore: add exports/imports
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user