## shared-types

[![npm][npm]][npm-url]
[![MIT License][license-badge]][license]
[![Code of Conduct][coc-badge]][coc]

This package contains shared types for the Instructure UI packages.

**Be cautious when using any exported type from this package since they are intended for internal usage only and may change at any time!**

## Usage

```ts
import { BaseTheme } from '@instructure/shared-types'
```

[npm]: https://img.shields.io/npm/v/@instructure/shared-types.svg
[npm-url]: https://npmjs.com/package/@instructure/shared-types
[license-badge]: https://img.shields.io/npm/l/instructure-ui.svg?style=flat-square
[license]: https://github.com/instructure/instructure-ui/blob/master/LICENSE.md
[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
[coc]: https://github.com/instructure/instructure-ui/blob/master/CODE_OF_CONDUCT.md
