Skip to content
Snippets Groups Projects
Commit 0aa16388 authored by Robbie Luijben's avatar Robbie Luijben
Browse files

feat: Export alert props and colors

parent 08f7c306
No related branches found
No related tags found
1 merge request!49Export alert props and colors
// Can not use absolute imports here; will break distribution of types // Can not use absolute imports here; will break distribution of types
export { default as Alert } from "./components/Alert"; export { default as Alert, type AlertProps } from "./components/Alert";
export { default as Badge } from "./components/Badge"; export { default as Badge } from "./components/Badge";
export { default as Breadcrumb } from "./components/Breadcrumb"; export { default as Breadcrumb } from "./components/Breadcrumb";
export { default as Button } from "./components/Button"; export { default as Button } from "./components/Button";
...@@ -26,3 +26,4 @@ export { default as TextArea } from "./components/TextArea"; ...@@ -26,3 +26,4 @@ export { default as TextArea } from "./components/TextArea";
export { default as TextInput } from "./components/TextInput"; export { default as TextInput } from "./components/TextInput";
export { default as Toggle } from "./components/Toggle"; export { default as Toggle } from "./components/Toggle";
export { default as Typography } from "./components/Typography"; export { default as Typography } from "./components/Typography";
export type { baseColorType, ColorType, TextColorType } from "./components/utils/colors"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment