Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/docxml/src/files/StylesXml.ts>AnyStyleDefinition

TypeScript (component) library for building and parsing a DOCX file
Go to Latest
type alias AnyStyleDefinition
import { type AnyStyleDefinition } from "https://deno.land/x/docxml@5.3.5/src/files/StylesXml.ts";
definition: { id: string; name?: string | null; basedOn?: string | null; isDefault?: boolean | null; } & (CharacterStyle | ParagraphStyle | TableStyle)