Skip to main content
Module

x/valtio/website/types.d.ts

πŸ’Š Valtio makes proxy-state simple for React and Vanilla
Go to Latest
File
type Dict = Record<string, any>;interface Navigation { href: string; match?: RegExp; title: string; published?: boolean; isActive?: boolean;}
interface Doc { mdxSource: string; frontMatter: Dict;}