Removing closeOnClick as it is not implemented
This commit is contained in:
parent
bb8b222c22
commit
7fddcc28f1
3 changed files with 6 additions and 10 deletions
|
@ -3,8 +3,7 @@ import * as tg from "generic-type-guard";
|
|||
const isButtonDescriptor =
|
||||
new tg.IsInterface().withProperties({
|
||||
label: tg.isString,
|
||||
className: tg.isOptional(tg.isString),
|
||||
closeOnClick: tg.isOptional(tg.isBoolean)
|
||||
className: tg.isOptional(tg.isString)
|
||||
}).get();
|
||||
|
||||
export const isOpenPopupEvent =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue