UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

5 lines (4 loc) 273 B
export type KendoFloatingActionButtonItemsProps = { position?: null | 'top' | 'bottom'; }; export declare const FloatingActionButtonItems: (props: KendoFloatingActionButtonItemsProps & React.HTMLAttributes<HTMLUListElement>) => import("react/jsx-runtime").JSX.Element;