UNPKG

@dvcol/neo-svelte

Version:

Neomorphic ui library for svelte 5

5 lines (4 loc) 199 B
import type { IconProps } from './icon.model.js'; declare const IconCancel: import("svelte").Component<IconProps, {}, "">; type IconCancel = ReturnType<typeof IconCancel>; export default IconCancel;