UNPKG

@itwin/itwinui-react

Version:

A react component library for iTwinUI

6 lines (5 loc) 177 B
/** * This allows custom strings and keeps intellisense for string unions. * See https://github.com/Microsoft/TypeScript/issues/29729 */ export type AnyString = string & {};