mirror of
https://github.com/harness/drone.git
synced 2025-05-22 03:49:54 +08:00
16 lines
398 B
TypeScript
16 lines
398 B
TypeScript
/* eslint-disable */
|
|
// this is an auto-generated file
|
|
declare const styles: {
|
|
readonly wrapper: string
|
|
readonly header: string
|
|
readonly stickied: string
|
|
readonly diffStatsLabel: string
|
|
readonly main: string
|
|
readonly enableDiffLineBreaks: string
|
|
readonly container: string
|
|
readonly hideBtn: string
|
|
readonly refreshIcon: string
|
|
readonly repeatBtn: string
|
|
}
|
|
export default styles
|