Represents the props for the Paper component.

interface IPaperProps<Data = IAnything, Payload = IAnything> {
    className?: string;
    style?: any;
}

Type Parameters

  • Data = IAnything

    The type of data used by the component.

  • Payload = IAnything

    The type of payload used by the component.

Hierarchy (View Summary)

Properties

Properties

className?: string
style?: any