UNPKG

410 BTypeScriptView Raw
1import * as React from 'react';
2export interface DataListControlProps extends React.HTMLProps<HTMLDivElement> {
3 /** Children of the data list control */
4 children?: React.ReactNode;
5 /** Additional classes added to the DataList item control */
6 className?: string;
7}
8export declare const DataListControl: React.FunctionComponent<DataListControlProps>;
9//# sourceMappingURL=DataListControl.d.ts.map
\No newline at end of file