mirror of
https://github.com/harness/drone.git
synced 2025-05-02 13:40:22 +00:00
17 lines
421 B
TypeScript
17 lines
421 B
TypeScript
/* eslint-disable */
|
|
// this is an auto-generated file
|
|
declare const styles: {
|
|
readonly box: string
|
|
readonly descBox: string
|
|
readonly snapshot: string
|
|
readonly title: string
|
|
readonly fname: string
|
|
readonly snapshotContent: string
|
|
readonly newCommentCreated: string
|
|
readonly clear: string
|
|
readonly refreshIcon: string
|
|
readonly repeatBtn: string
|
|
readonly bp3ButtonText: string
|
|
}
|
|
export default styles
|