Interface: PumpfunBuySectionProps
Defined in: src/components/pumpfun/PumpfunBuySection.tsx:20
solana-app-kit / components/pumpfun/PumpfunBuySection / PumpfunBuySectionProps
Interface: PumpfunBuySectionProps
Defined in: src/components/pumpfun/PumpfunBuySection.tsx:20
Props for the PumpfunBuySection component PumpfunBuySectionProps
Properties
buttonStyle?
optional
buttonStyle:StyleProp
<ViewStyle
>
Defined in: src/components/pumpfun/PumpfunBuySection.tsx:26
Optional style override for the buy button
buyButtonLabel?
optional
buyButtonLabel:string
Defined in: src/components/pumpfun/PumpfunBuySection.tsx:28
Custom label for the buy button (defaults to ‘Buy via Pump.fun’)
containerStyle?
optional
containerStyle:StyleProp
<ViewStyle
>
Defined in: src/components/pumpfun/PumpfunBuySection.tsx:22
Optional style override for the container
inputStyle?
optional
inputStyle:StyleProp
<TextStyle
>
Defined in: src/components/pumpfun/PumpfunBuySection.tsx:24
Optional style override for the input fields
Was this page helpful?