mirror of https://github.com/harness/drone.git
17 lines
398 B
TypeScript
17 lines
398 B
TypeScript
/* eslint-disable */
|
|
// this is an auto-generated file
|
|
declare const styles: {
|
|
readonly main: string
|
|
readonly withError: string
|
|
readonly table: string
|
|
readonly row: string
|
|
readonly nameContainer: string
|
|
readonly name: string
|
|
readonly pinned: string
|
|
readonly repoName: string
|
|
readonly repoScope: string
|
|
readonly desc: string
|
|
readonly pagination: string
|
|
}
|
|
export default styles
|