UNPKG

@amaabca/aws-lex-custom-resources

Version:
7 lines (6 loc) 176 B
import { LexSlotAttributes } from '../lex-data-types'; export default class { props: LexSlotAttributes; constructor(props: LexSlotAttributes); definition(): any; }