mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
041920bcaf
* add label filter dropdown to the manage host page table * increase label filter select width * improve responsive styling for manage host page
20 lines
459 B
Plaintext
20 lines
459 B
Plaintext
{
|
|
"Fleet - React stateless component with TS": {
|
|
"scope": "typescriptreact",
|
|
"prefix": "rtsc",
|
|
"body": [
|
|
"import React from \"react\";",
|
|
"",
|
|
"interface I${TM_FILENAME_BASE}Props {}",
|
|
"",
|
|
"const $TM_FILENAME_BASE = ({}: I${TM_FILENAME_BASE}Props) => {",
|
|
" return <></>;",
|
|
"};",
|
|
"",
|
|
"export default $TM_FILENAME_BASE;",
|
|
"",
|
|
],
|
|
"description": "Creates a React stateless component with the typescrip interface setup"
|
|
}
|
|
}
|