Skip to content

Vizel API / core/src / createVizelTypographyExtension

Function: createVizelTypographyExtension()

ts
function createVizelTypographyExtension(options?): Extension<TypographyOptions, any>;

Defined in: packages/core/src/extensions/typography.ts:17

Create the typography extension.

Parameters

ParameterType
optionsPartial&lt;VizelTypographyOptions&gt;

Returns

Extension&lt;TypographyOptions, any&gt;

Released under the MIT License.