@assistant-ui/react
Version:
Typescript/React library for AI Chat
11 lines • 367 B
TypeScript
import { ComponentType, FC } from "react";
export declare namespace ThreadListPrimitiveItems {
type Props = {
archived?: boolean | undefined;
components: {
ThreadListItem: ComponentType;
};
};
}
export declare const ThreadListPrimitiveItems: FC<ThreadListPrimitiveItems.Props>;
//# sourceMappingURL=ThreadListItems.d.ts.map