mirror of
https://github.com/harness/drone.git
synced 2025-05-17 01:20:13 +08:00
13 lines
320 B
TypeScript
13 lines
320 B
TypeScript
/* eslint-disable */
|
|
// this is an auto-generated file
|
|
declare const styles: {
|
|
readonly thread: string
|
|
readonly content: string
|
|
readonly hideGutter: string
|
|
readonly hideTitleGutter: string
|
|
readonly titleContent: string
|
|
readonly inCommentBox: string
|
|
readonly threadLessSpace: string
|
|
}
|
|
export default styles
|