UNPKG
@citation/csl-style-afro-asia
Version:
latest (1.0.0)
1.0.0
CSL style for Afro-Ásia (Português - Brasil)
github.com/Ayowel/csl-support-js
@citation/csl-style-afro-asia
/
index.d.ts
14 lines
(13 loc)
•
269 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
declare
module
'@citation/csl-style-afro-asia'
{
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 }