UNPKG
@lspriv/wc-plugin-ics
Version:
latest (1.2.2)
1.2.2
1.2.2-alpha.0
1.2.1
1.2.1-alpha.0
1.2.0
1.2.0-alpha.0
1.1.1-alpha.0
1.1.0
1.1.0-alpha.0
1.0.0
1.0.0-alpha.0
小程序日历组件订阅插件
github.com/lspriv/wc-plugin-ics
@lspriv/wc-plugin-ics
/
types
/
binary.d.ts
11 lines
(10 loc)
•
250 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** * This symbol is further described later on */
export
declare
class
ICalBinary
{
value
:
string
;
icaltype
:
"binary"
;
constructor
(
value
:
string
);
toString
():
string
; }
export
declare
const
fromString
:
(
str
:
string
) =>
ICalBinary
;