UNPKG

@zendesk/zcli-themes

Version:

zcli theme commands live here

4 lines (3 loc) 193 B
import type { Flags } from '../types'; export default function preview(themePath: string, flags: Flags): Promise<string | void>; export declare function livereloadScript(flags: Flags): string;