UNPKG
selectic
Version:
latest (3.3.0)
3.3.0
3.2.1
3.2.0
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.22
3.0.21
3.0.20
3.0.19
3.0.18
3.0.17
3.0.16
3.0.15
3.0.14
3.0.13
3.0.11
3.0.10
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
1.3.11
1.3.10
1.3.9
1.3.8
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.10
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
Smart Select for VueJS 3.x
github.com/intersec/selectic
intersec/selectic
selectic
/
types
/
icons
/
strikeThrough.d.ts
7 lines
(6 loc)
•
149 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Vue
, h }
from
'vtyx'
;
export
interface
Props
{ }
export
default
class
IconStrikeThrough
extends
Vue
<
Props
> {
render
(): h.
JSX
.
Element
; }