mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 11:47:54 +01:00
4 lines
170 B
TypeScript
4 lines
170 B
TypeScript
import { ImageProps } from "rebass";
|
|
import { NodeViewProps } from "../react";
|
|
export declare function TaskItemComponent(props: ImageProps & NodeViewProps): JSX.Element;
|