Circle V2 API Docs
    Preparing search index...

    Interface RootProviderBaseProps

    interface RootProviderBaseProps {
        asChild?: boolean;
        recipe?: SlotRecipeDefinition<string, SlotRecipeVariantRecord<string>>;
        unstyled?: boolean;
        value: UseSplitterReturn;
    }

    Hierarchy

    • Assign<ArkSplitter.RootProviderBaseProps, SlotRecipeProps<"splitter">>
    • UnstyledProp
      • RootProviderBaseProps
    Index

    Properties

    asChild?: boolean

    Use the provided child element as the default rendered element, combining their props and behavior.

    recipe?: SlotRecipeDefinition<string, SlotRecipeVariantRecord<string>>
    unstyled?: boolean

    If true, the element will opt out of the theme styles.

    value: UseSplitterReturn