Skip to main content

Usage with TypeScript

The Hackney design system fully supports TypeScript. Simply import from the library to access the typings.

{
"compilerOptions": {
"strict": true
},
"include": ["src/**/*", "node_modules/lbh-frontend/lbh/index.d.ts"]
}