import { createTypographyControlManager } from '../../lib'; import { DEFAULT_TYPOGRAPHY_CONTROLS_DATA } from '../const/const'; export type ControlId = 'font_size' | 'font_weight' | 'line_height' | 'letter_spacing'; export const controlManager = createTypographyControlManager(DEFAULT_TYPOGRAPHY_CONTROLS_DATA);