crate icon indicating copy to clipboard operation
crate copied to clipboard

Expose types at root

Open PadowYT2 opened this issue 1 year ago • 0 comments

If someone needs the types, they would currently need to do

import { ... } from '@widgetbot/crate/dist/types/...';

Instead of

import { ... } from '@widgetbot/crate';

PadowYT2 avatar Dec 14 '23 16:12 PadowYT2