UNPKG
@gravatar-com/quick-editor
Version:
latest (0.8.0)
0.8.0
0.7.0
0.6.0
0.5.0
0.0.2
0.0.1
A lightweight library to provide seamless Gravatar profile management for third-party sites
@gravatar-com/quick-editor
/
dist
/
index.d.ts
5 lines
•
263 B
TypeScript
View Raw
1
2
3
4
5
export
type
*
from
'./quick-editor-core'
;
export
type
{
QuickEditorOptions
}
from
'./quick-editor'
;
export
{
default
as
GravatarQuickEditor
}
from
'./quick-editor'
;
export
{
GravatarQuickEditorCore
}
from
'./quick-editor-core'
;
//# sourceMappingURL=index.d.ts.map