UNPKG

@mui/internal-docs-infra

Version:

MUI Infra - internal documentation creation tools.

2 lines 141 B
import { Code } from "./types.js"; export declare function hasAllVariants(variants: string[], code: Code, needsHighlight?: boolean): boolean;