We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51284a8 commit ffad1b2Copy full SHA for ffad1b2
devui/button/button.tsx
@@ -5,6 +5,8 @@ export type IButtonStyle = 'common' | 'primary' | 'text' | 'text-dark' | 'danger
5
export type IButtonPosition = 'left' | 'right' | 'default';
6
export type IButtonSize = 'lg' | 'md' | 'sm' | 'xs';
7
8
+import './button.scss';
9
+
10
export const Button = defineComponent({
11
props: {
12
id: {
0 commit comments