UNPKG

@nx-plugins/slidev

Version:

The Nx Plugin for Slidev that contains executors, generators, and utilities for managing Slidev applications within an Nx workspace.

11 lines (10 loc) 193 B
export interface SlidevExecutorSchema { entry: string; output?: string; base?: string; timeout?: number; range?: string; dark?: boolean; withClicks?: boolean; theme?: string; }