mirror of
https://github.com/harness/drone.git
synced 2025-05-19 10:29:55 +08:00

* Fix double query * Add file toolbar buttons + wire up copy, delete, etc... * Refactor type system
11 lines
248 B
TypeScript
11 lines
248 B
TypeScript
/* eslint-disable */
|
|
// this is an auto-generated file
|
|
declare const styles: {
|
|
readonly latestCommit: string
|
|
readonly standalone: string
|
|
readonly forFile: string
|
|
readonly shaBtn: string
|
|
readonly commitLink: string
|
|
}
|
|
export default styles
|