interface PipButtonProps {
    icon?: {
        enter: ReactNode;
        exit: ReactNode;
    };
}

Properties

Properties

icon?: {
    enter: ReactNode;
    exit: ReactNode;
}

The icon components used in the button.

Type declaration

  • enter: ReactNode
  • exit: ReactNode

Generated using TypeDoc