UNPKG

askai-img

Version:

AI Art Generation Tool

6 lines (5 loc) 180 B
import { CustomStyles, StyleMap } from '../types'; export declare class StylesService { getCustomStyles(): Promise<CustomStyles>; getAllStyles(): Promise<StyleMap>; }