UNPKG

@first-team-339/ntcore-react

Version:
5 lines (4 loc) 245 B
import { NetworkTablesTypeInfo } from "ntcore-ts-client"; import NTTopicTypes from "./NTTopicType"; declare const useNTValue: <T extends NTTopicTypes>(key: string, ntType: NetworkTablesTypeInfo, defaultValue: T) => T; export default useNTValue;