oscartbeaumont / tauri-specta

Completely typesafe Tauri commands
MIT License
291 stars 27 forks source link

cannot find function `export_with_cfg_with_header` in module `ts` #23

Closed Walidoux closed 1 year ago

Walidoux commented 1 year ago

image

Brendonovich commented 1 year ago

export_with_cfg_with_header was replaced by the ts::Exporter builder in https://github.com/oscartbeaumont/tauri-specta/pull/17

oscartbeaumont commented 1 year ago

Will check and update the docs if we missed anywhere.

Walidoux commented 1 year ago

export_with_cfg_with_header was replaced by the ts::Exporter builder in #17

The builder you've mentioned cannot be imported yet Waiting for next release!