mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-15 20:48:12 +01:00
* wip: improve types * feat: improve types * Apply suggestions from code review Co-authored-by: Sylvain Marroufin <marroufin.sylvain@gmail.com> * chore: update * chore: enable ci typecheck * chore: fix Co-authored-by: Sylvain Marroufin <marroufin.sylvain@gmail.com>
7 lines
157 B
TypeScript
7 lines
157 B
TypeScript
import type { DefaultPreset } from './runtime/presets/default'
|
|
|
|
declare module '#build/ui' {
|
|
declare const preset: DefaultPreset
|
|
export default preset
|
|
}
|