Hello,
Wen reading documentation for Button :
https://developer.microsoft.com/en-us/fabric#/components/button
I was expecting to find documentation for IButtonProps
https://github.com/OfficeDev/office-ui-fabric-react/blob/master/packages/office-ui-fabric-react/src/components/Button/Button.types.ts#L34-L291
Basically all available props for a button, but there is only
- IButton interface
- ElementType enum
- ButtonType enum
- IButtonStyles interface
Those are interesting, but it seems that IButtonProps is the most important for button.
Is it normal ? or am i missing something ?
Thanks
Hello,
Wen reading documentation for Button :
https://developer.microsoft.com/en-us/fabric#/components/button
I was expecting to find documentation for IButtonProps
https://github.com/OfficeDev/office-ui-fabric-react/blob/master/packages/office-ui-fabric-react/src/components/Button/Button.types.ts#L34-L291
Basically all available props for a button, but there is only
Those are interesting, but it seems that IButtonProps is the most important for button.
Is it normal ? or am i missing something ?
Thanks