Enode — API Reference
    Preparing search index...
    • Parameters

      • __namedParameters: {
            action?: ReactNode;
            className?: string;
            description?: ReactNode;
            icon: IconComponent;
            mock: ReactNode;
            title: string;
        }
        • Optionalaction?: ReactNode

          Primary CTA (e.g. a <Button>). Omit for a message-only empty state.

        • OptionalclassName?: string
        • Optionaldescription?: ReactNode
        • icon: IconComponent

          Glyph — wrapped here in the shared platinum tile.

        • mock: ReactNode

          Static ghost of the list this picker shows, faded behind the card.

        • title: string

      Returns Element