UNPKG

@dvcol/neo-svelte

Version:

Neomorphic ui library for svelte 5

5 lines (4 loc) 256 B
import type { NeoIconPlayPauseProps } from './neo-icon.model.js'; declare const NeoIconPlayPause: import("svelte").Component<NeoIconPlayPauseProps, {}, "enter">; type NeoIconPlayPause = ReturnType<typeof NeoIconPlayPause>; export default NeoIconPlayPause;