UNPKG

formgen-react

Version:

Formula generator with JSON for react. UI Fabric controls are used for rendering

8 lines (7 loc) 139 B
/** * Data Class for the Action Links in Info Callouts */ export declare class ActionLink { Link: string; Text: string; }