UNPKG
@khulnasoft.com/dev-tools
Version:
latest (1.10.0)
1.10.0
1.0.0
Development tools for Khulnasoft CMS integration
khulnasoft.com
@khulnasoft.com/dev-tools
/
types
/
cli
/
figma.d.ts
4 lines
(3 loc)
•
189 B
TypeScript
View Raw
1
2
3
4
import
type
{
DevToolsSys
}
from
"../types"
;
import
type
{
CLIArgs
}
from
"."
;
export
declare
const
runFigmaCommand
:
(
sys
:
DevToolsSys
,
subCommand
:
string
,
args
:
CLIArgs
) =>
Promise
<
void
>;