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
| Parameter | Type |
|---|---|
options | Partial<VizelTypographyOptions> |
Returns
Extension<TypographyOptions, any>