| 86 | |
| 87 | function _Chart(_props: Props) { |
| 88 | class __Chart extends base.react.Component<Props, State> { |
| 89 | private choiceRef?: React.RefObject<FluentUITypes.IChoiceGroup>; |
| 90 | constructor(props: Props) { |
| 91 | super(props); |
nothing calls this directly
no outgoing calls
no test coverage detected