Component cleanup
This commit is contained in:
@@ -4,7 +4,7 @@ import type {
|
||||
ButtonTypeValue,
|
||||
ButtonPaletteValue,
|
||||
ButtonStateValue,
|
||||
} from "../../../lib/propNormalization";
|
||||
} from "../../../../lib/propNormalization";
|
||||
|
||||
interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
|
||||
children: React.ReactNode;
|
||||
@@ -0,0 +1 @@
|
||||
export { default } from "./Button";
|
||||
@@ -0,0 +1,2 @@
|
||||
export { default } from "./InlineTextButton";
|
||||
export type { InlineTextButtonProps } from "./InlineTextButton";
|
||||
Reference in New Issue
Block a user