interface DivinedPayloadProviderProps {
    children?: ReactNode;
    hash?: string;
}

Hierarchy

  • PropsWithChildren
    • DivinedPayloadProviderProps

Properties

Properties

children?: ReactNode
hash?: string