mirror of
https://github.com/harness/drone.git
synced 2025-05-18 09:59:57 +08:00
13 lines
299 B
TypeScript
13 lines
299 B
TypeScript
/* eslint-disable */
|
|
// this is an auto-generated file
|
|
declare const styles: {
|
|
readonly main: string
|
|
readonly readOnly: string
|
|
readonly collapsed: string
|
|
readonly diffHeader: string
|
|
readonly diffContent: string
|
|
readonly fname: string
|
|
readonly viewLabel: string
|
|
}
|
|
export default styles
|