Chonky icon indicating copy to clipboard operation
Chonky copied to clipboard

Typescript: Type issues

Open NicoLaval opened this issue 1 year ago • 1 comments

Types don't seems to be exposed (2.3.2 version)

Cannot find module 'chonky' or its corresponding type declarations

NicoLaval avatar Oct 30 '23 15:10 NicoLaval

Compiled files do not have the types

I got a temporary solution by importing from src folder.

import { FileBrowser } from "chonky/src"

yumartins avatar Jan 21 '24 18:01 yumartins