UNPKG
zly-vant-ui
Version:
latest (1.0.3)
latest-v2 (1.0.1)
1.0.3
1.0.2
1.0.1
1.0.0
Mobile UI Components built on Vue
zly-vant-ui
/
types
/
swipe-cell.d.ts
8 lines
(5 loc)
•
153 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import { VanComponent } from
'./component'
; export
class
SwipeCell
extends
VanComponent
{
open
(position:
'left'
|
'right'
): void;
close
(): void; }