UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

19 lines (18 loc) 615 B
import * as React from 'react'; declare const states: never[]; export type KendoActionsheetContainerProps = { children?: React.ReactNode; }; export type KendoActionsheetContainerState = { [K in (typeof states)[number]]?: boolean; }; export declare const ActionsheetContainer: { (props: KendoActionsheetContainerProps & KendoActionsheetContainerState & React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element; states: any[]; options: {}; className: string; defaultOptions: {}; moduleName: string; folderName: string; }; export default ActionsheetContainer;