UNPKG

@daveyplate/better-auth-ui

Version:

Plug & play shadcn/ui components for better-auth

4 lines (2 loc) 149 B
declare function getViewByPath<T extends object>(viewPaths: T, path?: string): Extract<keyof T, string> | undefined; export { getViewByPath as g };