UNPKG
@coherenceplatform/sdk
Version:
latest (0.0.2)
0.0.2
0.0.1
Coherence SDK for embedding AI-powered chat into your applications
withcoherence.com
@coherenceplatform/sdk
/
dist
/
components
/
app-sidebar.d.ts
4 lines
•
253 B
TypeScript
View Raw
1
2
3
4
import
*
as
React
from
"react"
;
import
{
Sidebar
}
from
"@/components/ui/sidebar"
;
export
declare
function
AppSidebar
(
{ ...props }: React.ComponentProps<
typeof
Sidebar>
):
import
(
"react/jsx-runtime"
).
JSX
.
Element
;
//# sourceMappingURL=app-sidebar.d.ts.map