UNPKG

carbon-react

Version:

A library of reusable React components for easily building user interfaces.

7 lines (6 loc) 176 B
import React from "react"; type NumeralContextType = { disableErrorBorder?: boolean; }; declare const _default: React.Context<NumeralContextType>; export default _default;