UNPKG

@rkosafo/cai.components

Version:

This package is under development and not ready for public use.

9 lines (8 loc) 272 B
import type { Snippet } from 'svelte'; export interface TFContentWrapperProps { topBar?: Snippet; children: any; } declare const Content: import("svelte").Component<TFContentWrapperProps, {}, "">; type Content = ReturnType<typeof Content>; export default Content;