UNPKG

yao-app-ts-types

Version:

typescript types for yao application

19 lines (18 loc) 224 B
export default interface Layout { not_found: string logout: string menu: { search_placeholder: string } avatar: { reset: string } setting: { language: { title: string } theme: { title: string } } }