A design system in a box. hip-ui.tngl.io/docs/introduction
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix path

+1 -2
+1 -2
packages/hip-ui/src/components/toast/toast-config.ts
··· 2 2 3 3 export const toastConfig: ComponentConfig = { 4 4 name: "toast", 5 - filepath: "./index.ts", 5 + filepath: "./index.tsx", 6 6 hipDependencies: [ 7 7 "../theme/spacing.stylex.tsx", 8 8 "../theme/radius.stylex.tsx", ··· 13 13 "../icon-button/index.tsx", 14 14 "./queue.ts", 15 15 "./Toast.tsx", 16 - "./index.tsx", 17 16 ], 18 17 dependencies: { 19 18 "react-aria-components": "^1.13.0",