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

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