UNPKG

@devfamily/admiral

Version:

Admiral is a frontend framework for creating back office using React. It provides out-of-the-box components and tools that make developing an admin interface easy and fast.

11 lines (10 loc) 242 B
import { Locale as FormLocale } from '../form/interfaces'; export declare type FiltersLocale = { title: string; clear: string; submit: string; }; export declare type Locale = { filters: FiltersLocale; form: FormLocale; };