UNPKG

@mikezimm/fps-core-v7

Version:

Library of reusable core interfaces, types and constants migrated from fps-library-v2

17 lines 1.14 kB
/** * FROM: src\HeadingCSS_\FPSHeadingFunctions.ts */ export type IFPSHeadingClass = 'dottedBorder' | 'dashedBorder' | 'solidBorder' | 'doubleBorder' | 'ridgeBorder' | 'insetBorder' | 'outsetBorder' | 'textCenter' | 'heavyTopBotBorder' | 'dottedTopBotBorder' | 'gradiant1' | 'autoNumberh1' | 'autoNumberh2' | 'autoNumberh3' | 'fpsStarBlack' | 'fpsStarWhite' | 'fpsSect' | 'fpsPara' | 'fpsBox' | 'fpsCheckBox' | 'fpsSun' | 'fpsSmile' | 'fpsComet' | 'fpsPupper' | 'fpsKitty' | 'arrowDown' | 'arrowRight' | 'eyeBalls' | 'thumbsUp' | 'transparentTdBorder' | 'lightTdBorder' | 'lightDashedTdBorder'; export declare const FPSBorderClasses: IFPSHeadingClass[]; export declare const FPSHeadingNumberClasses: IFPSHeadingClass[]; export declare const FPSEmojiClasses: IFPSHeadingClass[]; export declare const FPSMiscClasses: IFPSHeadingClass[]; export declare const FPSHeadingClasses: IFPSHeadingClass[]; export declare const changeHeadingStyleProps: string[]; export interface IMinHeadingStyleProps { h1Style: string; h2Style: string; h3Style: string; tabelTdStyle: string; } //# sourceMappingURL=Interfaces.d.ts.map