UNPKG

510 BTypeScriptView Raw
1import * as React from 'react';
2export declare enum ToggleGroupItemVariant {
3 icon = "icon",
4 text = "text"
5}
6export interface ToggleGroupItemElementProps {
7 /** Content rendered inside the toggle group item */
8 children?: React.ReactNode;
9 /** Adds toggle group item variant styles */
10 variant?: ToggleGroupItemVariant | 'icon' | 'text';
11}
12export declare const ToggleGroupItemElement: React.FunctionComponent<ToggleGroupItemElementProps>;
13//# sourceMappingURL=ToggleGroupItemElement.d.ts.map
\No newline at end of file