UNPKG

fox-block-builder

Version:

Maintainable code for loop slack-block-kit-like modal builder

7 lines (6 loc) 217 B
import { PlainTextOption } from '@slack/web-api'; import { Prop } from '../constants'; import { OnSelectParams } from '..'; export interface FoxOption extends PlainTextOption { [Prop.OnSelect]?: OnSelectParams; }