mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-18 10:59:10 +08:00
4e5b229308
* chore: add eslint support & some fixes * chore: eslint basic support rules & some fixes; ignore yarn-error
7 lines
191 B
TypeScript
7 lines
191 B
TypeScript
export default {
|
|
title: 'Button',
|
|
}
|
|
|
|
export const NormalButton = (): string => '<el-button>With Text</el-button>'
|
|
export const ButtonTwo = (): string => '<el-button>button two</el-button>'
|