UNPKG

@telsystems/design

Version:
10 lines (9 loc) 261 B
import * as React from 'react'; import { IBadgeProps } from './IBadgeProps'; export declare class Badge extends React.Component<IBadgeProps, any> { static defaultProps: { isActive: boolean; value: string; }; render(): JSX.Element; }