UNPKG
@citation/csl-style-ieee
Version:
latest (1.0.0)
1.0.0
CSL style for IEEE
github.com/Ayowel/csl-support-js
@citation/csl-style-ieee
/
index.d.ts
14 lines
(13 loc)
•
264 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
declare
module
'@citation/csl-style-ieee'
{
const
info
: {
content
:
string
,
id
:
string
,
old_names
?:
string
[],
parent
:
string
,
short_id
:
string
,
short_parent
:
string
,
title
:
string
,
title_short
?:
string
, }
export
default
info }