Interface for the Outline component props.

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

Type Parameters

  • Data = IAnything

    The data type of the component.

  • Payload = IAnything

    The payload type of the component.

Hierarchy (View Summary)

Properties

Properties

className?: string
style?: any