mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-15 08:34:43 +01:00
begin progress bar element
This commit is contained in:
@@ -12,8 +12,7 @@ interface IState {
|
||||
}
|
||||
|
||||
export default class BigButton extends React.Component<IProps, IState> {
|
||||
|
||||
constructor(props: { text: string, onClick: () => any, id: string }) {
|
||||
constructor(props: IProps) {
|
||||
super(props)
|
||||
|
||||
this.state = {
|
||||
|
||||
Reference in New Issue
Block a user