UNPKG

@tolokoban/ui

Version:

React components with theme

7 lines 275 B
import { Children } from "../../types.js"; export interface ViewReadProps { className?: string; children: Children; } export declare function ViewRead({ className, children }: ViewReadProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Read.d.ts.map