UNPKG

@prefecthq/prefect-ui-library

Version:

This library is the Vue and Typescript component library for [Prefect 2](https://github.com/PrefectHQ/prefect) and [Prefect Cloud 2](https://www.prefect.io/cloud/). _The components and utilities in this project are not meant to be used independently_.

14 lines (13 loc) 675 B
export declare let nouns: string[]; export declare let adjectives: string[]; export declare let sentenceTemplates: string[]; export declare const phrases: string[]; export declare const addNouns: (ls?: never[]) => number; export declare const addAdjectives: (ls?: never[]) => number; export declare const addTemplates: (ls?: never[]) => number; export declare const setNouns: (ls?: never[]) => number; export declare const setAdjectives: (ls?: never[]) => number; export declare const setTemplates: (ls?: never[]) => number; export declare const getNouns: () => string[]; export declare const getAdjectives: () => string[]; export declare const getTemplates: () => string[];