BorderedPaperProps: {
    children?: ReactNode;
    color?: string;
    isAnimated?: boolean;
    tooltip?: string;
}

Props for the BorderedPaper component.

Type declaration

  • Optional children?: ReactNode

    The children of the component.

  • Optional color?: string

    The color of the component's border.

  • Optional isAnimated?: boolean

    Whether the component's border is animated or not.

  • Optional tooltip?: string

    The tooltip text displayed while hovering over the component.

Generated using TypeDoc