UNPKG

formgen-react

Version:

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

7 lines (6 loc) 185 B
import { CustomButton } from '../customButton/CustomButton'; /** * Cancel button. Cancel Action call when clicked. */ export declare class CancelButton extends CustomButton { }