drone/web/src/pages/PullRequest/PullRequestMetaLine.module.scss.d.ts
Tan Nhu 619fd2c9de Add PR listing page + Commits tab for PR detail page (#123)
* Add PR listing page + Commits tab for PR detail page

* Add commits place-holder in Compare view

* Add commits place-holder in Compare view

* Correct PR number after creation

* Minor CSS improvement

* Add diff sample

* Diff side by side (3.4.2 is better than latest)

* Big PR diff example

* Implement diff view

* Scrolling optimization

* Add placeholder to allow click at line number
2022-12-12 16:39:14 -08:00

13 lines
284 B
TypeScript

/* eslint-disable */
// this is an auto-generated file
declare const styles: {
readonly main: string
readonly state: string
readonly merged: string
readonly closed: string
readonly rejected: string
readonly metaline: string
readonly time: string
}
export default styles