UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

5 lines (4 loc) 232 B
export type InputSeparatorProps = { direction?: "horizontal" | "vertical"; }; export declare const InputSeparator: (props: React.HTMLAttributes<HTMLSpanElement> & InputSeparatorProps) => import("react/jsx-runtime").JSX.Element;