af0f0f8d8b
This PR adds tldraw's shapes to its exports. ### Change Type - [x] `minor`
10 lines
169 B
TypeScript
10 lines
169 B
TypeScript
import * as T from './lib/validation'
|
|
|
|
export {
|
|
ArrayOfValidator,
|
|
DictValidator,
|
|
ObjectValidator,
|
|
UnionValidator,
|
|
Validator,
|
|
} from './lib/validation'
|
|
export { T }
|