UNPKG

@gpa-gemstone/react-interactive

Version:
11 lines (10 loc) 264 B
import * as React from 'react'; interface IProps { Title: string; CallBack: ((confirmed: boolean) => void); Show: boolean; Message: string; ShowCancel?: boolean; } declare const Warning: React.FunctionComponent<IProps>; export default Warning;