bits-ui
Version:
The headless components for Svelte.
4 lines (3 loc) • 300 B
TypeScript
import type * as I from "./_types.js";
import type { HTMLDivAttributes, Transition } from "../../internal/index.js";
export type ContentProps<T extends Transition = Transition, In extends Transition = Transition, Out extends Transition = Transition> = I.ContentProps<T, In, Out> & HTMLDivAttributes;