mirror of
https://github.com/harness/drone.git
synced 2025-05-13 15:40:12 +08:00
11 lines
231 B
TypeScript
11 lines
231 B
TypeScript
/* eslint-disable */
|
|
// this is an auto-generated file
|
|
declare const styles: {
|
|
readonly container: string
|
|
readonly main: string
|
|
readonly ahead: string
|
|
readonly behind: string
|
|
readonly pipe: string
|
|
}
|
|
export default styles
|