Summary: T2316 Test Plan: Wykonać komendę arc lint, powinno wyświetlić okey Reviewers: #testers, kuba-orlik Reviewed By: #testers, kuba-orlik Subscribers: jenkins-user Maniphest Tasks: T2316 Differential Revision: https://hub.sealcode.org/D1150
4 lines
138 B
TypeScript
4 lines
138 B
TypeScript
export default function frame(id: string, body: string): string {
|
|
return /* HTML */ `<turbo-frame id="${id}"> ${body} </turbo-frame>`;
|
|
}
|