interface ProviderProps {
    children: ReactNode;
}

Hierarchy

  • IValueMap
    • ProviderProps

Properties

Properties

children: ReactNode