svelte-5-ui-lib
Version:
Svelte 5 UI Lib is a UI library built from scratch to leverage Svelte 5's runes system, creating smooth, reactive components.
7 lines (6 loc) • 302 B
TypeScript
import type { ImgProps, EnhandedImgProps } from './type';
import Img from './Img.svelte';
import EnhancedImg from './EnhancedImg.svelte';
import ImgEnhanced from './ImgEnhanced.svelte';
import { img } from './theme';
export { Img, img, type ImgProps, EnhancedImg, type EnhandedImgProps, ImgEnhanced };