@rikishi/watermelondb
Version:
Build powerful React Native and React web apps that scale from hundreds to tens of thousands of records and remain fast
14 lines (13 loc) • 948 B
TypeScript
declare module '@rikishi/watermelondb/decorators' {
export { default as action, writer, reader } from '@rikishi/watermelondb/decorators/action'
export { default as children } from '@rikishi/watermelondb/decorators/children'
export { default as date } from '@rikishi/watermelondb/decorators/date'
export { default as field } from '@rikishi/watermelondb/decorators/field'
export { default as immutableRelation } from '@rikishi/watermelondb/decorators/immutableRelation'
export { default as json } from '@rikishi/watermelondb/decorators/json'
export { default as lazy } from '@rikishi/watermelondb/decorators/lazy'
export { default as nochange } from '@rikishi/watermelondb/decorators/nochange'
export { default as readonly } from '@rikishi/watermelondb/decorators/readonly'
export { default as relation } from '@rikishi/watermelondb/decorators/relation'
export { default as text } from '@rikishi/watermelondb/decorators/text'
}