interface FloatStack {
    component: ReactNode;
    reference: FloatReference;
}

Properties

Properties

component: ReactNode

Float component to be injected

reference: FloatReference