svelte-remix
Version:
2270+ Remix SVG icons for Svelte 4, 5, and Runes
16 lines (15 loc) • 498 B
TypeScript
import type { Props } from './types';
/**
* [Go to docs](https://svelte-remix.codewithshin.com/)
* ## Props
* @prop size = ctx.size || '24'
* @prop role = ctx.role || 'img'
* @prop color = ctx.color || 'currentColor'
* @prop title
* @prop desc
* @prop ariaLabel = 'superscript 2 Editor'
* @prop ...restProps
*/
declare const Superscript2Editor: import("svelte").Component<Props, {}, "">;
type Superscript2Editor = ReturnType<typeof Superscript2Editor>;
export default Superscript2Editor;