Type alias LLLoadActionButtonComponentProps

LLLoadActionButtonComponentProps: ComponentStyleProp<LLLoadActionButtonStyles> & {
    actionInProgressLabel?: string;
    label?: string;
    onPress: (() => Promise<unknown>);
}

Type declaration

  • Optional actionInProgressLabel?: string
  • Optional label?: string
  • onPress: (() => Promise<unknown>)
      • (): Promise<unknown>
      • Returns Promise<unknown>

Generated using TypeDoc