This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import "theme.css";
|
||||
defineProps<{
|
||||
variant?: "primary" | "outline" | "ghost" | "danger";
|
||||
disabled?: boolean;
|
||||
@@ -18,8 +17,7 @@ defineProps<{
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
@import "tailwindcss";
|
||||
@import "../../theme.css";
|
||||
@reference "tailwindcss";
|
||||
.btn {
|
||||
@apply h-10 text-sm;
|
||||
padding: 0 1.5rem;
|
||||
|
||||
@@ -11,6 +11,9 @@ export interface FileMakerAPI {
|
||||
declare global {
|
||||
/** Available only inside a FileMaker web viewer. Always guard with `typeof FileMaker !== 'undefined'`. */
|
||||
const FileMaker: FileMakerAPI | undefined
|
||||
interface Window {
|
||||
resolveFileMakerCallback: typeof resolveFileMakerCallback
|
||||
}
|
||||
}
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user