UNPKG
askai-img
Version:
latest (1.0.1)
1.0.1
1.0.0
AI Art Generation Tool
askai-img
/
dist
/
services
/
styles.d.ts
6 lines
(5 loc)
•
180 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
CustomStyles
,
StyleMap
}
from
'../types'
;
export
declare
class
StylesService
{
getCustomStyles
():
Promise
<
CustomStyles
>;
getAllStyles
():
Promise
<
StyleMap
>; }