Added class
This commit is contained in:
parent
6f6bde6477
commit
48518d9550
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ interface Props {
|
|||
design?: 'bu-primary' | 'bu-link' | 'bu-info' | 'bu-success' | 'bu-warning' | 'bu-danger' | 'bu-dark' | 'bu-light' | 'bu-text' | 'bu-ghost' | 'bo-primary' | 'bo-secondary' | 'bo-success' | 'bo-danger' | 'bo-warning' | 'bo-info' | 'bo-light' | 'bo-dark' | 'bo-link'
|
||||
width?: number
|
||||
wide?: boolean
|
||||
class?: string
|
||||
}
|
||||
|
||||
export default (props: Props) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue