UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

3 lines (2 loc) 179 B
export type DividerProps = React.ComponentPropsWithoutRef<'div'>; export declare const Divider: ({ children, ...props }: DividerProps) => import("react/jsx-runtime").JSX.Element;