UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

9 lines (8 loc) 259 B
import * as React from 'react'; export interface ISliderBasicExampleState { value: number; } export declare class SliderBasicExample extends React.Component<{}, ISliderBasicExampleState> { state: ISliderBasicExampleState; render(): JSX.Element; }