UNPKG

svelte-supertiny

Version:

340+ Svelte SVG Supertinyicons components

16 lines (15 loc) 431 B
import type { Props } from './types'; /** * [Go to docs](https://svelte-supertiny.codewithshin.com/) * ## Props * @prop size = ctx.size || '24' * @prop role = ctx.role || 'img' * @prop ariaLabel = 'stitcher' * @prop class: classname * @prop title * @prop desc * @prop ...restProps */ declare const Stitcher: import("svelte").Component<Props, {}, "">; type Stitcher = ReturnType<typeof Stitcher>; export default Stitcher;