mirror of
https://github.com/harness/drone.git
synced 2025-05-20 02:50:05 +08:00
11 lines
238 B
TypeScript
11 lines
238 B
TypeScript
/* eslint-disable */
|
|
// this is an auto-generated file
|
|
declare const styles: {
|
|
readonly container: string
|
|
readonly log: string
|
|
readonly header: string
|
|
readonly headerLayout: string
|
|
readonly steps: string
|
|
}
|
|
export default styles
|