import { IComponentSizeSpec, IFontSizeSpec } from '../specs'; export interface IFormToken { defaultLabelWidth: number; requiredTip: string; requiredTipMarginRight: number; errorPaddingTop: number; errorPaddingBottom: number; errorMinHeight: Record; labelPaddingRight: Record; labelHeight: Record; labelColor: string; instantEditingLabelColor: string; topLabelPaddingBottom: Record; inlineFormItemMarginRight: Record; labelFontSizeLevel: Record; requiredFontLevel: IFontSizeSpec; }