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

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

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