drone/web/src/components/LatestCommit/LatestCommit.module.scss.d.ts
Tan Nhu 782c6f2bd7 Refactor type system + add flow to copy/edit/delete a file (#73)
* Fix double query

* Add file toolbar buttons + wire up copy, delete, etc...

* Refactor type system
2022-11-15 02:42:59 -08:00

11 lines
248 B
TypeScript

/* eslint-disable */
// this is an auto-generated file
declare const styles: {
readonly latestCommit: string
readonly standalone: string
readonly forFile: string
readonly shaBtn: string
readonly commitLink: string
}
export default styles