payload-lexical-typography
Version:
PayloadCMS lexical-editor typography extension plugin
15 lines (8 loc) • 1.27 kB
text/typescript
import * as _payloadcms_richtext_lexical from '@payloadcms/richtext-lexical';
import { T as TextColorFeatureProps, a as TextSizeFeatureProps, b as TextLetterSpacingFeatureProps, c as TextLineHeightFeatureProps, d as TextFontFamilyFeatureProps } from './client-CzpkhIG6.mjs';
declare const TextColorFeature: _payloadcms_richtext_lexical.FeatureProviderProviderServer<TextColorFeatureProps, TextColorFeatureProps, TextColorFeatureProps>;
declare const TextSizeFeature: _payloadcms_richtext_lexical.FeatureProviderProviderServer<TextSizeFeatureProps, TextSizeFeatureProps, TextSizeFeatureProps>;
declare const TextLetterSpacingFeature: _payloadcms_richtext_lexical.FeatureProviderProviderServer<TextLetterSpacingFeatureProps, TextLetterSpacingFeatureProps, TextLetterSpacingFeatureProps>;
declare const TextLineHeightFeature: _payloadcms_richtext_lexical.FeatureProviderProviderServer<TextLineHeightFeatureProps, TextLineHeightFeatureProps, TextLineHeightFeatureProps>;
declare const TextFontFamilyFeature: _payloadcms_richtext_lexical.FeatureProviderProviderServer<TextFontFamilyFeatureProps, TextFontFamilyFeatureProps, TextFontFamilyFeatureProps>;
export { TextColorFeature, TextFontFamilyFeature, TextLetterSpacingFeature, TextLineHeightFeature, TextSizeFeature };