Skip to content

Commit ffad1b2

Browse files
committed
feat(button): add scss
1 parent 51284a8 commit ffad1b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

devui/button/button.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ export type IButtonStyle = 'common' | 'primary' | 'text' | 'text-dark' | 'danger
55
export type IButtonPosition = 'left' | 'right' | 'default';
66
export type IButtonSize = 'lg' | 'md' | 'sm' | 'xs';
77

8+
import './button.scss';
9+
810
export const Button = defineComponent({
911
props: {
1012
id: {

0 commit comments

Comments
 (0)