Skip to content

Commit

Permalink
de-duplciating renderActionsAsButtons
Browse files Browse the repository at this point in the history
  • Loading branch information
bwebs committed Feb 29, 2024
1 parent 2296aaa commit 36c17ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/react-provider/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ErrorEvent } from "reconnecting-websocket";
import { CourierTransport, Transport } from "./transports";
import { IInboxMessagePreview, Interceptor } from "./transports/types";
import { ErrorEvent } from "reconnecting-websocket";
export { IInboxMessagePreview } from "@trycourier/client-graphql";

export { Interceptor } from "./transports/types";
Expand Down Expand Up @@ -35,7 +35,6 @@ export interface Brand {
inapp?: {
disableCourierFooter?: boolean;
borderRadius?: string;
renderActionsAsButtons?: boolean;
disableMessageIcon?: boolean;
placement?: "top" | "bottom" | "left" | "right";
emptyState?: {
Expand Down

0 comments on commit 36c17ff

Please sign in to comment.