windease API reference - v0.6.0
    Preparing search index...

    Interface StrategyRegistryProviderProps

    interface StrategyRegistryProviderProps {
        children: ReactNode;
        strategies: Record<string, LayoutStrategy<unknown, string, unknown>>;
    }
    Index

    Properties

    Properties

    children: ReactNode
    strategies: Record<string, LayoutStrategy<unknown, string, unknown>>