UNPKG

@rikishi/watermelondb

Version:

Build powerful React Native and React web apps that scale from hundreds to tens of thousands of records and remain fast

7 lines (5 loc) 198 B
declare module '@rikishi/watermelondb/decorators/field' { import { ColumnName } from '@rikishi/watermelondb' const field: (columnName: ColumnName) => PropertyDecorator export default field }