Skip to content

eo-typewriterjs


eo-typewriterjs / TStyleRef

Type Alias: TStyleRef

ts
type TStyleRef = string | TStyleObject;

Defined in: core/state/types/rich-text-document.type.ts:17

Description

Style reference - either a CSS class name string or a full style object

Released under the MIT License.