UNPKG
@typedly/affix
Version:
latest (4.0.0)
4.0.0
3.0.0
2.3.0
2.2.0
2.1.0
2.0.2
1.0.0
A TypeScript type definitions package for affix.
github.com/typedly/affix
typedly/affix
@typedly/affix
/
interface
/
index.d.ts
5 lines
(4 loc)
•
274 B
TypeScript
View Raw
1
2
3
4
5
export
type
{
AffixConfiguration
}
from
'./affix-configuration.interface'
;
export
type
{
AffixConstructor
}
from
'./affix-constructor.interface'
;
export
type
{
AffixOptions
}
from
'./affix-options.interface'
;
export
type
{
AffixSettings
}
from
'./affix-settings.interface'
;