UNPKG

@zendesk/zcli-themes

Version:

zcli theme commands live here

3 lines (2 loc) 162 B
import type { Setting, Variable, Flags } from '../types'; export default function getVariables(themePath: string, settings: Setting[], flags: Flags): Variable[];